BODY { 
    background: #000000;    
} 

P {
   font-family: arial, sans-serif;
   color: #cc6600;
}

A:link {
  text-decoration: none;
  color: #ff9900;
}

A:active {
  text-decoration: none;
  color: #ff9900;
}

A:visited {
  text-decoration: none;
  color: #ff9900;
}

A:hover {
  text-decoration: none;
  color: #ff9900;
}