BODY {
 background-color: #000000;
 background-image: url("bg1.jpg");
 background-position: 50% 0%;
 background-repeat: no-repeat;
}

A:link {
  color: #ffffff;
  text-decoration: none;
}
A:active {
  color: #ffffff;
  text-decoration: none;
}
A:visited {
  color: #ffffff;
  text-decoration: none;
}
A:hover {
  color: #7c3a00;
  text-decoration: none;
}

body, html, table, tr, td { 
  font-family: Helvetica, Verdana, Tahoma, Arial;
  font-size: 12px;
  color: #ffffff;
}

BODY {
      SCROLLBAR-FACE-COLOR: #ffffff;
      SCROLLBAR-HIGHLIGHT-COLOR: #bf1ba8; 
      SCROLLBAR-SHADOW-COLOR: #bf1ba8; 
      SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
      SCROLLBAR-ARROW-COLOR: #bf1ba8; 
      SCROLLBAR-TRACK-COLOR: #ffffff; 
      SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}