A.link {
	text-decoration: underline;
	color:#ff0000;
	font-weight : bold;
    font-family : Verdana, Arial, sans-serif ;
	font-size : 12pt;
	}
A.link:visited {
	text-decoration: underline;
	color:#ff0000;
	font-weight : bold;
    font-family : Verdana, Arial, sans-serif ;
	font-size : 12pt;
	}
A.link:hover {
    color:#000000;
	text-decoration: underline;
	font-weight : bold;
    font-family : Verdana, Arial, sans-serif ;
	font-size : 12pt;
	}
