body{
   font-family: Tahoma, Arial;
   text-align: center;
   background: #000000 url(images/extra.jpg) no-repeat;
   color: #FF0000;
}

a, a:link, a:visited{
   color: #FF0000;
   text-decoration: underline;
}

a:hover{
   text-decoration: none;
}

a:active, a:focus{
   color: #FF0000;
}  

table, p{
   font-family: Arial;
   color: #FF0000;
   margin-bottom: 10px;
   line-height: 19px;
   font-size: .8em
}

#container{
   text-align: left;
}

#content{
   position: absolute;
   top: 190px;
   left: 0;
   margin: 0px 5px 0px 240px;
   font-size: 1.15em;
}

hr{
   width: 50%; text-align: center; color: #FF0000
}

h3{
   padding-left: 30px;
   line-height: 30px;
   font-family: "Arial";
   font-size: 1.5em;
   font-weight: normal;
}

h2{
   padding-left: 20px;
   line-height: 20px;
   font-family: "Arial";
   font-size: 1.1em;
   font-weight: normal;
}


#linkList{
   position: absolute;
   top: 180px;
   left: 0px;
   width: 196px;
   height: 707px;
}

#linkList ul{
   list-style: none;
   color: green;
}


#linkList a, #linkList a:link, #linkList a:visited, #linkList a:focus{
   display: inline;
   padding: 0;
   font-size: 100%;
   font-weight: normal;
   text-decoration: none;
   color: green;
   background-image: none;
}

#linklist a:hover{
   font-weight: bold;
}

td.footer{
   font-size: 0.75em; 
   color: red; 
   text-align: right;	
}

img.banners{
   float: left;
   padding-right: 20px;
}

input, textarea{
   color: #FF0000;
   border: 1px solid #FF0000
}
