BODY {
background-color: #000000;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
color: #FCD396;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-top: 15px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 20px;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#FCD396; 
scrollbar-3dlight-color:#000000; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#000000; 
}
P, TD, LI, UL, Table {
font-size: 100%;
}
/* this group sets the normal link colors */
A:LINK {
color: #FCD396;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
A:VISITED {
color: #FCD396;
text-decoration : none;
font-weight: bold;
line-height: 18 px;
}
A:HOVER {
color : #FFFFDB;
text-decoration: underline overline;
font-weight: bold;
line-height: 18 px;
}
}

/* this grouping sets the heading colors and sizes */
H1 {
font-size : 130%;
font-weight : bold;
color : #FCD396;
letter-spacing: 2;
}
H2, H3, H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #FCD396;
letter-spacing: 2;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #FCD396;
width: 80%;
height: 2px;
}

.textarea {
font-family: Verdana, Arial, sans-serif;
background: #000000;
font-size: 100%;
border: 1px solid #FCD396;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 20px;
}
.textarea2 {
font-family: Verdana, Arial, sans-serif;
background: #000000;
font-size: 100%;
border: 1px solid #FCD396;
text-align: justify;
line-height: 20px;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 5px;
}
.sidebar {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
text-align: center;
background: #000000;
border: 1px solid #FCD396;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
}
.logocell {
background: transparent;
background-position: bottom center; 
background-repeat: no-repeat;
height: 135px
}