/* this group sets the normal link colors */
A:LINK {
color : #65370A;
text-decoration: none;
}

A:VISITED {
color : #65370A;
text-decoration : none;

}
A:HOVER {
color :   #C05A08;
text-decoration : underline overline;
}