/* sets the properties of all pages */

BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 0px;
background: #FFFFFF;
color: #000000;
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: #FFFFFF;
}

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;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

LI {list-style-type: disc}

.top {
background: #8A988A;
color: #000000;
font-size: 100%;
}

.navbar {
background: #000000;
color: #C2CEC2;
padding: 2px;
text-align: right;
font-weight: bold;
font-size: 95%;
}

.leftnav {
text-align: center;
border-left: 1px dotted #000000;
border-right: 1px dotted #000000;
border-bottom: 1px dotted #000000;
padding: 4px;
line-height: 20px;
font-weight: bold;
}

.left {
background: #000000;
color: #C2CEC2;
text-align: center;
padding-top: 25px;
padding-right: 15px;
padding-bottom:15px;
padding-left: 15px;
width: 200px;
}

.main {
font-family : Verdana, Arial, sans-serif;
text-align: justify;
background: #FFFFFF;
width: 100%; 
line-height: 20px; 
padding-left: 20px; 
padding-right: 20px; 
padding-top: 25px; 
padding-bottom: 15px; 
}


.copyright {
background: #000000;
color: #C2CEC2;
font-size: 85%;
letter-spacing: 2;
font-weight: bold;
padding: 2px;
text-align: center
}

.hottopic {
border: 1px solid #BB8451;
padding: 5px;
font-size: 80%;
text-align: left;
background: #C2CEC2;
color: #000000;
}

.form {
border: 1px solid #000000;
background: #C2CEC2;
color: #000000;
letter-spacing: 2;
font-weight-bold
}