BODY{
  font-size: x-small;
}

TH{
  font-size: x-small;
  color : white;
  background-color : #00a4f2;
}

TD{
  font-size: x-small;
}

A{
  color: blue;
  text-decoration: none;
}
/* 読み込み済みのリンク */
A:VISITED{
  color: blue;
  text-decoration: none;
}
/* クリックされた瞬間のリンク */
A:ACTIVE{
  color: #FFCCFF;
  text-decoration: none;
}
/* マウスをその上に乗せた時のスタイル */
A:HOVER{
  color: #FF00FF;
  text-decoration: underline;
}
