
/* this group sets the normal link colors */
A:LINK {
color : #632E34;
text-decoration: none;
}
A:VISITED {
color : #632E34;
text-decoration : none;
}
A:HOVER {
color: #94702B;
text-decoration : underline overline;
}
A:ACTIVE {
color : #632E34;
text-decoration : none;
}