table {font-size :11pt;
      color :black;}




body
{

  background-image : url("nezumi.jpg");
  background-attachment: fixed;
  background-position: 100% 0%;
  background-repeat: no-repeat;


overflow-x:hidden;
overflow-y:hidden;

  scrollbar-face-color: red;
  scrollbar-highlight-color: red;
  scrollbar-shadow-color: red;
  scrollbar-arrow-color: white;
  scrollbar-3dlight-color: red;
  scrollbar-track-color: red;
  scrollbar-darkshadow-color: red;

  font-size :10pt;
  color :#000000;

 cursor:crosshair;

}

a:link{color:red}
a:visited{color:red}
a:active{color:white}
a:hover{color:white}

a.1:link {color:white;text-decoration:none;}
a.1:visited {color:white;text-decoration:none;}
a.1:hover {color:red;text-decoration:none;}
a.2:link {color:red;text-decoration:none;}
a.2:visited {color:red;text-decoration:none;}
a.2:hover {color:white;text-decoration:none;}



a{ text-decoration:none; }


a{cursor:crosshair;}

