/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#F19B00; 
scrollbar-3dlight-color:#F19B00; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#808080; 
}

BODY {
background-color: #FFFFFF;
background-image: url(images/background.jpg);
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
margin: 0;
padding: 0;
color:#000000;
}

P, TD, LI, UL {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
}

Table {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
border-collapse: collapse;
}

HR {
color: #F19B00;
height: 3px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
border: 1px solid #000000;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #000000;
}

/* this group sets the normal link colors */

A:LINK {color: #F19B00; font-weight: bold;}
A:VISITED {color: #F19B00; font-weight: bold;}
A:HOVER {color: #C67B04; font-weight: bold;}
A:ACTIVE {color: #C67B04; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color: #B06F43;
}

h2 {
color: #B06F43;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #B06F43;
}

h3 {
color: #B06F43;
text-align: left;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2;
}

h4, h5, h6 {
font-size: 14px;
font-weight: bold;
color: #B06F43;
}

/* special classes */

.yourname {
background-image: url(images/background.jpg);
background-color: #FFFFFF;
text-align: center;
color: #000000;
vertical-align: top;
width: 350;
border-left: 1px solid #000000;
}

.global {
background-color: #F8CD80;
background-image: url(images/background2.jpg);
color: #000000;
text-align: center;
font-weight: bold;
font-size: 12px;
padding: 0;
width: 200px;
height: 110px;
line-height: 24px;
border-right: 1px solid #000000}

.global A:LINK {color: #000000; text-decoration: none; font-weight: bold;}
.global A:VISITED {color: #000000; text-decoration: none; font-weight: bold;}
.global A:HOVER {color: #F8CD80; text-decoration: none; font-weight: bold; background-color: #000000; width: 100%;}
.global A:ACTIVE {color: #F8CD80; text-decoration: none; font-weight: bold;  background-color: #000000; width: 100%;}

.navigation {
background-color: #F19B00;
color: #000000;
font-weight: bold;
text-align: center;
height: 150px;
line-height: 24px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;}

.navigation A:LINK {color: #000000; text-decoration: none; font-weight: bold;}
.navigation A:VISITED {color: #000000; text-decoration: none; font-weight: bold;}
.navigation A:HOVER {color: #F8CD80; text-decoration: none; font-weight: bold; background-color: #000000; width: 100%;}
.navigation A:ACTIVE {color: #F8CD80; text-decoration: none; font-weight: bold;  background-color: #000000; width: 100%;}

.date {
background-color: #000000;
color: #F8CD80;
text-align: center;
font-weight: bold;
height: 40px;
border-right: 1px solid #000000;
}

.sidebar {
background-image: url(images/background.jpg);
background-color: #FFFFFF;
text-align: center;
color: #000000;
width: 250px;
vertical-align: top;
border-left: 1px solid #000000;
}

.banner {
background-color: #000000;
color: #F8CD80;
height: 30px;
font-weight: bold;
letter-spacing: 4;
text-align: left;
padding-left: 10px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

.maintext {
background-color: #FFFFFF;
color: #000000;
text-align: justify;
padding: 20;
vertical-align: top;
width: 100%;
height: 100%;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

.hottopic {
background-color: #F8CD80;
color: #000000;
font-size: 11px;
text-align: left;
padding: 5px;
border-bottom: 1px solid #000000;
}

.copyright {
background-color: #000000;
color: #F8CD80;
font-size: .85em;
font-weight: bold;
text-align: center;
letter-spacing: 2;
height: 30px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

/* form buttons */

.form {
background-color: #F19B00;
color: #000000;
font-weight: bold;
padding: 2;
border: 1px solid #000000;
}