A  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color:blue;
}

A:Visited  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
 	text-decoration : none;
 }

A:Active  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
    color:green;	
	text-decoration: none
}
A:Hover  {
    font-size: 9pt;
	font-weight : normal;
	font-style : normal;
	text-decoration: underline
}



