body {
	background-color: #330000;
	margin-top: 0px;
	font-family: georgia;
	font-size: 12px;
}

a.nav{
	color: White;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;

}

a.nav:hover {
	color: Yellow;
	text-decoration: underline;
	font-weight: bold;


}
a {
	color: #8B0000;
	text-decoration: none;
	font-size: 12px;

}

a:hover {
	color: #2F4F4F;
	text-decoration: underline;


}
h1{
font-size: 25px;
	color: #593113;
	font-style: italic;
}

h2{
	font-size: 18px;
	color: Maroon;
	font-style: italic;
}
