BODY  {
	font-family : Arial;
	font-size : 10pt;
	font-style : normal;
}

a:link  {
	text-decoration : underline;
}

a:visited  {
	text-decoration : underline;
	color : Navy;
}

a:hover  {
	text-decoration : none;
	background-color : Yellow;
	color : Black;
	font-weight : normal;
}


