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

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

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