 

BODY{
  background-image : url(dot_bak.gif);
  background-repeat : repeat;
  background-attachment : fixed;
  font-size : 90%;
  line-height : 140%;
}
A{
  color : navy;
  font-size : 90%;
  line-height : 140%;
}
A:LINK{
  color : navy;
  font-size : 90%;
  line-height : 140%;
}
A:VISITED{
  color : gray;
  font-size : 90%;
  line-height : 140%;
}
A:HOVER{
  color : aqua;
  font-size : 90%;
  line-height : 140%;
}
A:ACTIVE{
  color : aqua;
  font-size : 90%;
  line-height : 140%;
}
TD{
  font-size : 90%;
}
