@charset "utf-8";

BODY { background: url(bgimage.gif); background-repeat: no-repeat;
background-color:#000; }

h1
 {font-family:Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#000;
 font-weight:300;
}

h2
 {font-family:Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#000;
 font-weight:300;
}

h4
 {font-family:Verdana, Geneva, sans-serif;
 font-size:16px;
 font-weight:bold;
 color:000;
}

a:link
 { text-decoration:none;
 {font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  color:#999;
 }
 


a:visited
 { text-decoration:none;
	 color:#999;
 }
 
a:active
 { text-decoration:none;
   color:#F90;
 }


a:hover {
  color: #FC0 ;
  background-color: #def ;
}
 }
 
 table { background-repeat:no-repeat; }
 
 div
 {text-indent: 25px;
  width:80%; }
  
  iframe { overflow:hidden; }
