body{
	background-color: lightblue;
}

h1{
	text-align: center;
}

nav ul li{
	display: inline;
	margin: 10px 10px;
	padding:5px 10px;
	border: solid black 1px;
}

a:link {color:blue;}
a:visited{color:purple;}
a:hover{color:yellow;}
a:active{color:black;}

#content{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-color:black;
}

body footer{
	background-color: #e5e5ff;
	font-size: 12px;
}

#thumbnail{
	height:150px;
	width:200px;
}