<STYLE TYPE-"type/css">

A:link  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Red;
}

A:visited  {
	text-decoration : none;
	font-family : Arial;
	font-size : 10pt;
	color : Red;
}

A:active  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Red;
}

A:hover  {
	color : Red;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

