body {
	background-color: #FFFFB0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #4A92D2;
	text-align: center;
}
p {
	font-size: small;
	font-weight: normal;
	color: #000000;
}
a {
	color: #638C21;
}
a:hover {
	color: #4A92D2;
}


h2 {
	font-size: large;
	font-weight: bold;
	color: #4A92D2;
}
h3 {
	font-size: small;
	font-weight: bold;
}
.nav a {
	font-size: medium;
	font-weight: bold;
	color: #638C21;
	text-decoration: none;
}
.nav a:hover {
	color: #4A92D2;
	text-decoration: none;
}

li {
	font-size: small;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}
