A{  
  /*リンクされた文字*/
    color : #272727;
    
    text-decoration:none;
}
A:HOVER {  
  /*マウスをのせたとき*/
    color:#16024060;
    font-style:normal;
    text-decoration : underline;
  color : #0080c0;
}
BODY{
    
  
  font-family : Verdana,"ＭＳ Ｐゴシック";
  line-height : 21px;
  letter-spacing : 1px;
  text-decoration : none;
  text-align : center;

  font-size : 12px;
}
TD{
    
  font-size : 12px;
  font-family : Verdana,"ＭＳ Ｐゴシック";
  line-height : 21px;
  letter-spacing : 1px;
  text-decoration : none;
}
