/* this is the css code for the index page only */

BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 0px;
background: #000000;
color: #C2CEC2;
scrollbar-arrow-color: #000000;
scrollbar-face-color: #8A988A;
scrollbar-3dlight-color: #8A988A;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {
color : #8A988A;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color : #A1A1A1;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #CAA27E;
text-decoration : underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #CAA27E;
text-decoration : none;
font-weight: bold;
}

H1 {
font-size : 130%;
font-weight : bold;
color : #BB8451;
}

H2, H3, H4, H5, H6 {
font-size : 110%;
font-weight : bold;
color : #BB8451;
}

.topleft {
background: #8A988A;
}

.topright {
background: #8A988A;
}

.bottomleft {
background: #000000;
color: #C2CEC2;
}

.bottomright {
background: #000000;
color: #C2CEC2;
padding: 30px;
}