a:link { color: "#000000";
                   font-family: Microsoft Sans Serif;
                   font-size:9pt;
	   font-weight:normal;
                   text-decoration:none;
}

a:visited	{ color: "black";
                   font-family: Microsoft Sans Serif;
                   font-size: 9pt;
                   font-weight:normal;
                   text-decoration:none;
}
a:active { color: red;
                   font-family: Microsoft Sans Serif;
                   font-size:  9pt;
	    font-weight:normal;
	    text-decoration:none
}
a:hover {
font-family:Microsoft Sans Serif;
font-size:9pt;
font-weight:normal;
color:"red";
text-decoration:none;
background:"";
}  