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