a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}

.bodylinks A:link {
	text-decoration: none;
	color:#0000FF;
}
.bodylinks A:visited {
	text-decoration: none;
}

.bodylinks A:active {
	text-decoration: none;
}

.bodylinks A:hover {
	text-decoration: underline overline; 
	color: red;
}
