a.hover:link {color: white; text-decoration: none; }
a.hover:visited {color: white; text-decoration: none; }
a.hover:hover {background-color: red; text-decoration: none; }
a.hover:active {color: red; } 


.hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}


a.hover2:link {color: white; text-decoration: none; }
a.hover2:visited {color: white; text-decoration: none; }
a.hover2:hover {color: red; text-decoration: underline; }
a.hover2:active {color: red; } 


.hover2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

