BODY {
background-color: #35506A;
background-image: url('webby1.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-top: 120px;
margin-left: 130px;
margin-right: 30px;
margin-bottom: 20px;
scrollbar-arrow-color: #000000;
scrollbar-face-color: #2B3457;
scrollbar-3dlight-color: #2B3457;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #D9CFC9;
}

P, TD, LI, UL, Table {
font-size: 100%;
}

/* this group sets the normal link colors */
A:LINK {
color: #294AA0;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #294AA0;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
background-color: #ffffff;
color : #000000;
text-decoration : underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #90867E;
text-decoration : none;
font-weight: bold;
}

/* this grouping sets the heading colors and sizes */
H1 {
font-size : 150%;
font-weight : bold;
color : #2B3457;
letter-spacing: 2;
}
H2, H3, H4, H5, H6 {
font-size : 120%;
font-weight : bold;
color : #2B3457;
letter-spacing: 2;
}

/* this class sets the properties for the horizontal rule bar */
hr {
color: #000000;
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;
background-color: #2B3457;
color: #ffffff;
font-weight: bold;
padding: 3px;
border: 1px solid #000000;
}
.nav {
text-align: right;
background-color: #D9CFC9;
filter: alpha(opacity=80, style=0);
-moz-opacity: 80%;
padding: 5px;
border: 1px solid #000000;
}
.contenttop {
text-align: right;
background-color: #2B3457;
color: #ffffff;
font-weight: bold;
letter-spacing: 2;
padding: 3px;
border: 1px solid #000000;
}
.content {
font-family : Verdana, Arial, sans-serif;
background-color: #D9CFC9;
filter: alpha(opacity=70, style=0);
-moz-opacity: 70%;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding: 10px;
border: 1px solid #000000;
}

/* this is the class for the hot topic table top cell */
.hottopic {
font-size: 85%;
text-align: justify;
background-color: #D9CFC9;
filter: alpha(opacity=80, style=0);
-moz-opacity: 80%;
padding: 7px;
border: 1px solid #000000;
}

.tiny {
text-align: center;
font-size: 85%;
letter-spacing: 2;
font-weight: bold;
}