table {font-size :11pt;
      color :white;}


body
{
  
background-color:white;
background-attachment: fixed;
background-image: url(back.jpg);
background-repeat: no-repeat;
background-position: right bottom;

  scrollbar-face-color: white;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: white;
  scrollbar-arrow-color: red;
  scrollbar-3dlight-color: white;
  scrollbar-track-color: white;
  scrollbar-darkshadow-color: white;

  font-size :10pt;
  color :#000000;

 cursor:crosshair;

}

a:link {color:white;text-decoration:none;}
a:visited {color:white;text-decoration:none;}
a:hover {color:white;text-decoration:none;}
a{cursor:crosshair;}



