body {
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #080175;
}

#body {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	font-size: smaller;
	text-align: center;
}
#nav {
	text-align: center;
	margin: 1em 0em;
}
a:link {
	color: #990066;
	text-decoration: none;
}
a:visited {
	color: #990066;
	text-decoration: none;
}
a:hover {
	color: #990066;
	text-decoration: underline overline;
}
a:active {
	color: #990066;
	text-decoration: underline overline;
}
img {
	border: 0;
}
h2 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}