/* CSS Document */
body {
 font-family:"Times New Roman", Times, serif;
 background:#000000;
 color:#999999;
}

h1 {
 font-family:Arial, Helvetica, sans-serif;
 /*text-decoration:underline;*/
 font-weight:bold;
 margin-bottom:1px;
 margin-top:3px;
 font-size:16px;
 color:#fff;
 background-color:#222;
 border: #444 1px solid;
 }
 
.sub {
 font-size:10px;
 }
 
.ico {
  width:16px;
  height:16px;
  border:none;
  }

  a:hover { color: #333333;
  text-decoration:underline
  }

  a:link {  
  text-decoration: none; color:#999;
   }

  a:visited { 
  text-decoration: none; color:#999;
  }
.dsds {
	color: #6CC;
}
