BODY {
font-family : Arial;
font-size: 120%;
font-weight: normal;
letter-spacing: 2;
color: #404040;
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#000000; 
scrollbar-3dlight-color:#808080;
scrollbar-shadow-color:#716D6D; 
scrollbar-track-color:#D5D3D3; 
}


/* this group sets the normal link colors */
A:LINK {
color : #FFFFFF;
text-decoration: none;
}
A:HOVER {
color : #000000;
text-decoration : none; background-color: #FCD703;
}
A:Visited {
color : #FFFFFF;
text-decoration : none;
}
A:ACTIVE {
color : #FFFFFF;
text-decoration : none;
}

H1 {
font-size: 120%;
font-weight: bold;
letter-spacing: 2;
color: #404040;
}

H2, H3, H4, H5, H6 {
font-size : 150%;
font-weight : normal;
color : #404040;
}

HR {
color: #404040;
height: 1px;
width: 85%;
}


