a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #7B0000;
	text-decoration: underline;
	font-weight: bold;
}
.topBanner {
	color: #000000;
	background-color: #F9D28F;
}
