
a:link {
font-size   : 12pt;
font-family : arial;
color       : darkgoldenrod;
font-weight : bold;
text-decoration : none;
background-color:blue;
background-color: transparent;
}

a:visited {
font-size   : 12pt;
font-family : arial;
color       : darkgoldenrod;
font-weight : bold;
text-decoration : none;
background-color: transparent;
}

a:hover {
font-size   : 12pt;
font-family : arial;
color       : firebrick;
font-weight : bold;
text-decoration : none;
background-color: transparent;
}





