a.nav:link {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a.nav:hover {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a.body:link {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.body:visited {
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.body:hover {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	color: #990000;
	text-decoration: underline;
}
a.body:active {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
