body,td{
  font-size : 11px; 
  font-family : Verdana,Osaka,'MS UI Gothic';
　scrollbar-face-color:#000000;
　scrollbar-track-color:#FFFFFF;
　scrollbar-arrow-color:#ffffff;
　scrollbar-3dlight-color:#000000;
　scrollbar-highlight-color:#000000;
　scrollbar-shadow-color:#000000;
　scrollbar-darkshadow-color:#000000;
  line-height:150%;
  cursor:crosshair;
}
INPUT,TEXTAREA{
  border-width: 1;
  background-color:#ffffff;
  border-color:#000000;
  border-style:solid;
}
A:link,A:active,A:visited{
  color : #666666;
  cursor: w-resize;
  text-decoration : none;
}
A:HOVER{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #000000;
  text-decoration : none;
  color:#cccccc;
  position:relative;
  top:1px;
  left:1px;
}