BODY {
	color: Black;
	background-color: #8A172B;
	margin-top: 20px;
}

A {
	text-decoration: none;
	color: #8A172B;
}

A:HOVER {
	text-decoration: underline;
}

.content {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
}

.hilight {
	color: #8A172B;
	font-weight: bold;
}
.contrast {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
}

H3 {
	font-size: 14px;
	color: Black;
	font-weight: bold;
}
.topNavigation A {
	color: #8A172B;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

.bottomNavigation A {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}