A:HOVER{
  font-weight : bold;
  color : red;
  text-decoration : none;
A{
  color : blue;
  text-decoration : none;
}
A:LINK{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : #8080c0;
  text-decoration : none;
}
A:HOVER{
  background-color : #e6e6ff;
  text-decoration : none;
  color : blue;
  font-weight : normal;
}
A:ACTIVE{
  color : #ff6ab5;
  background-color : #e6e6f2;
  text-decoration : none;
}
BODY{
  font-size : 13px;
  font-family : "‚l‚r ‚oƒSƒVƒbƒN";
  word-spacing : 15px;
  background-color : silver;
  background-image : url(../image/back.gif);
}
TABLE{
  line-height : 15px;
  background-color : white;
}
TD{
  font-size : 13px;
}
.td1{
  background-color : white;
}
