/* Orange - #CC6600 */

BODY { 
  background-color: #000000;
  color: #999999;
  font-family: "Arial";
  font-size: .8em;
}

TD {
  font-size: .8em; 
}

A:link {
  color: #CC6600;
  text-decoration: none
}

A:visited {
  color: #CC6600;
  text-decoration: none
}
                  
A:active { 
  color: #CC6600;
  text-decoration: none
}

A:hover { 
  color: #FF9900;
  text-decoration: none
}

H1 {
  color: #CC6600;
  text-decoration: bold
}

H2 {
  color: #CC6600;
  text-decoration: bold
}

H3 {
  color: #CC6600;
  text-decoration: bold
}


