/* this group sets the normal link colors */
A:LINK {
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 80%;
color : navy;
text-decoration: none;
}

A:VISITED {
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 80%;
color : red;
text-decoration : none;
font-weight: bold;

}
A:HOVER {
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 80%;
color :   #CC9900;
text-decoration : underline overline;
font-weight: bold;
}
