BODY {
background-color : #425a6b;
font-family : 'Trebuchet MS', Arial, sans-serif;
font-size : 80%;
margin: 0px;
color: #000000;
scrollbar-arrow-color: #CA994E;
scrollbar-face-color: #841810;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
}

P, TD, LI, UL, Table {
color: #000000;
font-family : 'Trebuchet MS', Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {
color : #425A6B;
font-weight: none;
text-decoration : none;
}
A:VISITED {
color : #425A6B;
font-weight: none;
text-decoration : none;
}
A:HOVER {
color : #000000;
font-weight: none;
text-decoration : underline;
}
A:ACTIVE {
color : #425A6B;
text-decoration : none;
}

H1 {
font-size : 120%;
font-weight : bold;
color : #000000;
}


H2, H3, H4, H5, H6 {
font-size : 110%;
font-weight : bold;
color : #000000;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}