/* sets the main body properties */
HTML {
scrollbar-arrow-color: #000000;
scrollbar-face-color: #9F9DBB;
scrollbar-3dlight-color: #9F9DBB;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #504E6E;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #666391;
}

BODY {
font-family : Trebuchet MS, Verdana, Arial, sans-serif;
font-size: 85%;
margin: 20px 50px;
background-color: #9f9dbb;
color: #FFFFFF;
}

P, TD, LI, UL {
font-family : Trebuchet MS, Verdana, Arial, sans-serif;
font-size : 95%;
}

Table {
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
border-collapse: collapse;
font-size : 95%;
}



A:LINK {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #006666; text-decoration : underline; font-weight: bold;}
A:HOVER {color: #16a5aa; text-decoration : underline; font-weight: bold;}
A:ACTIVE {color: #FFFFFF; text-decoration : underline; font-weight: bold;}



H1 {
background-color: #553D41;
color: #FFFFFF;
font-family: "Verdana, Arial, sans-serif;
text-align: center;
font-size: 1.8em;
font-weight: bold;
letter-spacing: 4px;
width: 100%;
margin: 0px;
padding: 5px;
border: 3px double #000000;
}

h2 {
color: #9F9DBB;
font-family: "Verdana, Arial, sans-serif;
text-align: left;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 2px;
}

h3, h4, h5, h6 {
color: #9F9DBB;
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}

HR {
color: #006666;
height: 1px;
width: 100%;
}

li {
list-style-image: url('http://www.geocities.com/sexyslair/images/bullets.gif');
}

.header {
background-color: #666391;
color: #000000;
border: 1px solid #000000;
}

.sidebar {
background-color: #666391;
color: #000000;
text-align: center;
line-height: 20px;
padding: 5px;
width: 225px;
vertical-align: top;
border: 1px solid #000000;
}

.main {
background-color: #666391;
color: #000000;
text-align: justify;
line-height: 20px;
vertical-align: top;
padding: 20px;
width: 100%;
border: 1px solid #000000;
}

.hottopic {
background-color: #666391;
color: #000000;
font-size: 90%;
vertical-align: top;
line-height: 14px;
width: 250px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
border: 1px dotted #9F9DBB;
}