/* style.css - a simple style sheet */
/*  background-color: #000000 */
BODY { background-color:#000000  }

	
.body {
font-family:Trebuchet, Arial,verdana,sans-serif; 
font-size: 20px; font-style:normal; line-height: normal; font-weight: normal; 
font-variant: normal; color:#000000; background:#ffff99;}


.body2 {
font-family:Trebuchet, Arial,verdana,sans-serif; 
font-size: 16px; font-style:normal; line-height: normal; font-weight: normal; 
font-variant: normal; color:#000000; background:#ffff99;}

.body3 {
font-family:Trebuchet, sans-serif; 
font-size: 14px; font-style:normal; line-height: normal; font-weight: normal; 
font-variant: normal; color:#000000; background:#ffff99;}

.bodysmall {
font-family:Trebuchet, Arial,verdana,sans-serif; 
font-size: 12px; font-style:normal; line-height: normal; font-weight: normal; 
font-variant: normal; color:#000000; background:#ffff99;}

.mainheader {font-family: impact, sans-serif; font-size: 20px;  line-height: normal; 
font-variant: normal; color:#000000;
background-repeat: no-repeat;             
          background-position: top center; 
background-color:#ffff00;
}
.navbar {font-family: arial black, verdana, sans-serif; font-size: 14px;  line-height: normal;  
font-variant: normal; color:#000000;}



.fancy {font-family: impact, sans-serif; font-size: 22px;  line-height: normal;  
font-variant: normal; color:#000000;}



/* td for all unless otherwise specified: white*/
td  {font-family: arial, verdana, sans-serif; font-size: 14px;  line-height: normal;font-variant: normal; color:#cc99cc;  }

/* td for advertisements: left column: gradient */
td.side {font-family: trebuchet, arial black, verdana, sans-serif; font-size: 20px;  line-height: normal;  
font-variant: normal; color:#000000}

td.bodyheader {font-family: arial black, verdana, sans-serif; font-size: 20px;  line-height: normal;  
font-variant: normal; font-weight:bold; color:#000000}



.header1 {font-family: impact, sans-serif; font-size: 24px;  line-height: normal; 
font-variant: normal; color:#000000;}

.header2 {font-family: impact, sans-serif; font-size: 30px; line-height: normal; 
font-variant: normal; color:#000066;} 
.header2red {font-family: impact, sans-serif; font-size: 30px; line-height: normal; 
font-variant: normal; color:#cc0000;} 
.header3 {font-family: impact, sans-serif; font-size: 20px; line-height: normal; 
font-variant: normal; color:#000066;} 

a:link {text-decoration: underline; color:#000099;}
a:visited {text-decoration: underline; color:#0000ff;}
a:active {text-decoration: underline; color:#ff0000;}
a:hover {text-decoration: underline; color:#ff0000;}

hr {
    height:5px;
    width:100%;
    background:#000066;
    margin: 0px  0px 0px  0px;  
   }

img
{  border-style: none;
}


