a:link
{
 	text-decoration : none;
	color: #646464; 
}
a:visited
{
 	text-decoration : none;
	color: #646464; 
} 
a:active 
{
 	text-decoration : none;
	color: #FF0000; 
}
body
{
	font-family: Arial;
	color: rgb(0,0,0);
}
 
 A:hover  {
 	color : #FF0000; 
 	text-decoration : 'underline';
}
