@charset "utf-8";
/* CSS Document */
 
  

body {
  background-color: #000000;
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  font-size: 10px;
  font-weight: bold;
}

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

a:visited {
	color: #999999;
	text-decoration:none;
}

a:active {
    color: #E5D9AF
    text-decoration:none;
}

a:hover {
	color: #FF0000;
	text-decoration:none;
}


		

