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