h1 {
	font-family: calibri;
	color: gray;
	text-align: center;
}
#nav {
    background: white;
	text-align: center;
}
#nav li {
    display:inline;
    margin-right: 15px;
    text-decoration:none;
}
#nav a {
    text-decoration: none;
}