

body      {font-family: Arial;
	font-size: 12px;
}
a        {text-decoration: none}

a:link   {
	color: Gray;
	font-family: Arial;
	font-size: 12px;
}
a:visited {
	color: Gray;
	font-family: Arial;
	font-size: 12px;
}
	

a:hover  {
	color: Red;
}

