
a:hover 
{ 
 	color: FF0000;
 	text-decoration: none;
}

a:link
{
	color: FF0000;
	text-decoration: none;
}

a:visited
{
	color: FF0000;
	text-decoration: none;
}
