h1 {
	color: navy;
	text-align: center;
	font-family: Verdana;
}
body {
	background-color: gold;
}
li {
	color: navy;
	font-family: Verdana;
}
a {
	text-decoration: none;
	background-color: navy;
	color: gold;
}
p {
	text-align: center;
	color: navy;
}
ul {
	text-align: center;
	list-style-type: none;
}
.logo {
	text-align: left;
}

	