BODY { 
    background: #000000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    scrollbar-face-color:#ff9900;
    scrollbar-track-color:black;
    scrollbar-arrow-color:#000000;
    scrollbar-shadow-color:#cc6600;
    scrollbar-highlight-color:#ffcc00;
} 

P {
   font-family: arial, sans-serif;
   color: #cc6600;
   font-size: 11pt;
}

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;
}
