A  {
	font-weight : bold;
	text-decoration : none;
	color : black;
}

A:Visited  {
	font-weight : bold;
	color : black;
	text-decoration : none;
}

A:Active  {
	color : gray;
	font-weight : bold;
	text-decoration : none;
}

A:Hover  {
	color : gray;
	text-decoration : underline;
	font-weight : bold;
}

BODY  {
	font-family : sans-serif;
	color : Black;
}


