body {
	background-color: #B4CAB5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #61540E;
}
a {
	font-size: 100%;
	color: #660000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

.nav a {
	font-size: 100%;
	color: #FFFFCC;
	background-color: #4D4514;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: none;
	color: #61540E;
	background-color: #FFFFCC;
}

