body{
	background: #FFFFFE;
}
header{

}
h1{
	text-align: center;
	color: black;
}
nav{
			border-top: 4px solid silver;
}
ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #FFFFFD;
}

li{
	display: inline;
	padding: 8px;
	width: 200px;
	margin: 18px;
	background-color: white;
}

li a:link, a:visited{
	text-decoration: none;
	color: #555;
	font-family: Georgia, 'Times New Roma', Times, serif;
	font-weight: 400;
	font-size: 1.2em;
}

li:hover{
	background-color: gold;
}
