li {
	width: 100px;
	list-style-image: none;
	display: inline;
	text-align: center;
	background-color: #036;
}
#nav a:link {
	color: #FFFFFF;
	background-color: #036;
	text-decoration: none;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-weight: normal;
}
#nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
body {
	background-color: #FFF;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #036;
}
