A:LINK{
  font-family : ＭＳ Ｐゴシック,平成角ゴシック;
  font-size : 12px;
  color : lime;
  text-decoration : none;
}
A:VISITED{
  font-family : ＭＳ Ｐゴシック,平成角ゴシック;
  font-size : 12px;
  color : aqua;
  text-decoration : none;
}
A:HOVER{
  font-family : ＭＳ Ｐゴシック,平成角ゴシック;
  color : yellow;
  font-size : 12px;
  text-decoration : underline;
}
A:ACTIVE{
  font-family : ＭＳ Ｐゴシック,平成角ゴシック;
  font-size : 12px;
  color : red;
  text-decoration : underline;
}

