a:link, a:visited{
	text-decoration:none;
	color: #005C79;
	font-weight: bold;
	 }
a:hover {
	text-decoration:underline;
	color: #005C79;
	font-weight: bold;
}
a.body:link, a:visited{
	text-decoration:none;
	color: #000000;
	font-weight: normal;
	 }
a.body:hover {
	text-decoration:underline;
	color: #000000;
}




