A {
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
A:hover { color: Maroon; 
font-weight: bolder;
text-decoration: underline;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}	