BODY {	background-color: white
		font-size: 9pt;
}

A  {font-size: 9pt;
	font-weight : normal;
	text-decoration : none;
	color : blue;
}

A:Visited  {color : Blue;	font-weight : normal;
	text-decoration : none;	font-size: 9pt;
}

A:Active  {color : Blue;	font-weight : normal;
	text-decoration : none;		font-size: 9pt;
}

A:Hover  {color : red;	font-weight : normal;
	text-decoration : underline;	font-size: 9pt;
}

