body {
font-family : Times New Roman, Times Roman;
font-size: 120%;
font-weight: normal;
letter-spacing: 2;
 SCROLLBAR-FACE-COLOR:#000000;
 SCROLLBAR-HIGHLIGHT-COLOR:#FFD350;
 SCROLLBAR-SHADOW-COLOR:##FEE5A0;
 SCROLLBAR-3DLIGHT-COLOR:#D3B88D;
 SCROLLBAR-ARROW-COLOR:#FFD350;
 SCROLLBAR-TRACK-COLOR:#27241B;
 SCROLLBAR-DARKSHADOW-COLOR:#D3B88D;
}

/* this group sets the normal link colors */
A:LINK {
color : #FFD350;
text-decoration: none;
}
A:VISITED {
color : #FFD350;
text-decoration : none;
}
A:HOVER {
color : #FF0000;
text-decoration : underline underline;
}
A:ACTIVE {
color : #FFD350;
text-decoration : none;
}