  
BODY{
  background-position : 90% 105%;
  
  
  
  
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-image : url(img/h_link.jpg);
  text-align : center;
  margin-left : 20px;
}
.linkClass{
  width : 290px;
  height : 35px;
  font-size : 9pt;
  
}
.comeClass{
  font-size : 9pt;
  
  height : 20px;
  
  
  
}
.topClass{
  text-align : right;
}
A{
  font-size : 9pt;
  color : blue;
  text-decoration : none;
}
A:LINK{
  font-size : 9pt;
  color : blue;
  text-decoration : none;
}
A:VISITED{
  font-size : 9pt;
  color : blue;
  text-decoration : none;
}
A:HOVER{
  font-size : 9pt;
  color : red;
  text-decoration : none;
}
.tdClass{
  width : 300px;
  height : 35px;
  font-size : 9pt;
  font-weight : bold;
}
.urlClass{
  width : 310px;
  height : 35px;
  font-size : 9pt;
}
