.style1 {
  font-size: 11px;
  line-height:100%;
}
.style2 {
  font-size: 13px;
  line-height:140%;
}
.style3 {
  font-size: 13px;
  line-height:100%;
}
A:link{
  color:blue;
}
/*リンク*/

A:visited{
  color:purple;
}
/*すでに見たリンク*/

A:active{
  color:yellow;
}
/*クリック時*/

A:hover{
  color:red;
}
/*マウスオーバー*/