BODY {
background-color: #000000;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
color: #F4D4C2;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-top: 50px;
margin-left: 200px;
margin-right: 40px;
margin-bottom: 20px;
scrollbar-arrow-color: #000000;
scrollbar-face-color: #C46844;
scrollbar-3dlight-color: #C46844;
scrollbar-highlight-color: #C46844;
scrollbar-shadow-color: #C46844;
scrollbar-darkshadow-color: #C46844;
scrollbar-track-color: #000000;
}

P, TD, LI, UL, Table {
font-size: 100%;
}

/* this group sets the normal link colors */
A:LINK {
color: #C46844;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #808080;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #C78668;
text-decoration : underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #C78668;
text-decoration : none;
font-weight: bold;
}

/* this grouping sets the heading colors and sizes */
H1 {
font-size : 130%;
font-weight : bold;
color : #A9522B;
letter-spacing: 2;
}
H2, H3, H4, H5, H6 {
font-size : 110%;
font-weight : bold;
color : #A9522B;
letter-spacing: 2;
}

/* this class sets the properties for the horizontal rule bar */
hr {
color: #C46844;
height: 1px;
width: 100%;
}

/* the area below contains special classes */
/* classes specify special formatting */


/* this class sets the properties of the main left side table cell */

.top {
text-align: right;
padding: 10px;
}

.main {
font-family : Verdana, Arial, sans-serif;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 30px;
padding-right: 20px;
border-left: 1px dotted #A9522B;
border-right: 1px dotted #A9522B;
border-bottom: 1px dotted #A9522B;

}

/* this is the class for the hot topic table top cell */
.hottopic {
text-align: justify;
color: #F4D4C2;
font-size: 85%;
background-color: #C46844;
border: 1px dotted #A9522B;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

.tiny {
text-align: center;
font-size: 85%;
letter-spacing: 2;
font-weight: bold;
}