BODY{
  color: #000000;
  background-color: #ffffff;
  background-image : url(http://kokubuhiroko.net/css/images/score-240.jpg);
  background-attachment : fixed;
}
A{
  color : red;
  text-decoration : none;
}
A:VISITED{
  color: #FF9999;
  text-decoration : none;
}
A:HOVER{
  color: #FF3333;
  text-decoration : underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration : none;
}