body {
cursor:crosshair;
  background: #FBAE3B url("bg-img.gif");
  background-position: top left; 
  background-repeat:repeat;
scrollbar-arrow-color: #BC7204;
scrollbar-track-color: #FBAE3B;
scrollbar-shadow-color: #BC7204;
scrollbar-face-color: #BC7204;
scrollbar-highlight-color: #BC7204;
scrollbar-darkshadow-color: #BC7204;
scrollbar-3dlight-color: #BC7204;
  font-family: Verdana, Lucida, Sans-Serif;
  font-size: 7pt;
  color:#684002;
}

  
input, select, textarea, .textfield, .button {
  border: 1px solid #BC7204;
  font: normal 10px verdana;
  background-color: transparent;
  color: #BC7204;
}

a:link, a:visited, a:active { 
  color : #A06203; 
  text-decoration : none ;
  }
  
a:hover { 
  color : #FFFFFF; 
  text-decoration : none ;
cursor:crosshair;
  }
