BODY {
background-color: #010101;
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: #ffffff;
font-family: verdana, Arial, sans-serif;
font-size: 13px;
margin-top: 10px;
margin-left: 200px;
margin-right: 10px;
margin-bottom: 0px;
}
P, TD, LI, UL, Table {
font-size: 13px;
}
/* this group sets the normal link colors */
A:LINK {
color: #ffffff;
text-decoration: none;
line-height: 18 px;
}
A:VISITED {
color: #ffffff;
text-decoration : bold;
line-height: 18 px;
}
A:HOVER {
color : #ffffff;
text-decoration: underline overline;
line-height: 18 px;
}
A:ACTIVE {
color : #ffffff;
text-decoration: underline;
line-height: 18 px;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 15px;
font-weight : bold;
color : #ffffff;
letter-spacing: 2px;
}
H2, H3, H4, H5, H6 {
font-size: 13px;
font-weight: bold;
color: #ffffff;
letter-spacing: 1px;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #ffffff;
height: 1px;
width: 70%;
}
/* the area below contains special classes */* classes specify special formatting */
.top {
text-align: right;
padding: 10px;
}
.textarea {
font-family: verdana, Arial, sans-serif;
color: #ffffff;
font-size: 13px;
text-align: left;
line-height: 20px;
padding-left: 20px;
padding-top: 30px;
padding-right: 20px;
padding-bottom: 20px
}
.copyright {
text-align: right;
font-size: 11px;
line-height: 18 px;
letter-spacing: 2px;
padding: 8px;
font-weight: bold;
color: #ffffff;
border-top: 1px solid #ffffff;
}
.botnavbar {
text-align: right;
padding: 5px;
font-size: 11px;
line-height: 18 px;
color: #ffffff;
}
.topnav {
text-align: right;
padding: 5px;
font-size: 11px;
line-height: 18 px;
color: #ffffff;
}
.topnavbar2 {
text-align: right;
padding: 5px;
font-size: 11px;
line-height: 18 px;
color: #ffffff;
}
.leftside {
padding: 3px;
}
.info {
padding: 3px;
font-size: 11px;
line-height: 15px;
}
.infoheader {
padding: 3px;
font-size: 11px;
font-weight:bold;
}
.navbar_right {
padding: 2px;
font-size: 11px;
text-align: right;
}