BODY {
background-color : #6D4D45;
background-image: url('images/background.gif');
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin-left: 0px;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 15px;
color: 000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #6D4D45;
scrollbar-3dlight-color: #6D4D45;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #6D4D45;
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {
color : #7B5F59;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #6B6D78;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #9B653D;
text-decoration : underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #9B653D;
text-decoration : none;
font-weight: bold;
}

H1 {
font-size : 120%;
font-weight : bold;
color : #6B6D78;
}


H2, H3, H4, H5, H6 {
font-size : 100%;
font-weight : bold;
color : #6B6D78;
}


.copyright {
color: #BCA49C;
font-size: 85%;
letter-spacing: 2;
font-weight: bold;
text-align: center;
line-height: single;
}

HR {
color: #434542;
height: 1px;
width: 100%;
}
