body {
background-color: #000; 
background-image: url(bg.jpg); 
background-repeat: repeat; 
font-family: arial,verdana,sans-serif;
margin-left: 0;
margin-top: 0;
} 

#headerimg {
position: absolute; 
width: 700px; 
left: 0;
top: 0;
}

#content {
position: absolute; 
left: 40px; 
top: 80px; 
width: 288px; 
font-size: 12px; 
color: #000; 
line-height: 1.5em; 
text-align: justify; 
} 

td {
font-size: 12px; 
color: #000; 
line-height: 1.5em;
}

th {
font-size: 12px; 
color: #000; 
text-align: left;
font-weight: bold;
}

.menubar {
font-size: 10px; 
text-align: center; 
color: #cc6633;
}

.footertext {
 font-size: 10px; 
letter-spacing: 1px; 
text-align: center; 
border-top: 1px solid #000; 
padding: 3px; 
margin-bottom: 25px;
}

h1 {
font-size: 12px; 
font-weight: bold; 
text-align: left; 
letter-spacing: 5px;
}

h3 {
font-size: 12px; 
font-weight: bold; 
text-align: left; 
letter-spacing: 5px;
}

a:link {
color: #663300; 
font-weight: bold; 
text-decoration: none; 
}

a:visited {
color: #663300; 
font-weight: bold; 
text-decoration: none; 
}

a:hover {
color: #000; 
font-weight: bold; 
text-decoration: none; 
border-bottom: 1px solid #663300;
}

a:active {
color: #663300; 
font-weight: bold; 
text-decoration: none; 
}

a.menu:link {
color: #cc6633; 
text-decoration: none; 
font-weight: normal; 
}

a.menu:visited {
color: #cc6633; 
text-decoration: none; 
font-weight: normal; 
}

a.menu:hover {
color: #000; 
text-decoration: none; 
font-weight: normal; 
border-bottom: none;
}

a.menu:active {
color: #cc6633; 
text-decoration: none; 
font-weight: normal; 
}

input, select, textarea, option {
background-color: #fff; 
color: #000;
font-family: arial, verdana, sans-serif; 
font-size: 11px; 
border: solid 1px #000; 
padding: 1px; 
}


