BODY  {
	font-family: arial, helvetica, sans-serif;
}

A  {
	font-family: arial, sans-serif;
	text-decoration : none;
	color : black;
}

A:Visited  {
	color : black;
}

A:Active  {
	color : black;
}

A:Hover  {
	color : #ff0000;
	text-decoration : underline;
	font-style : italic;
	font-weight : bold;
}


