<style>
A:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A:visited{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A:active{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
} 

</style>