 
A{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : fuchsia;
  text-decoration : none;
}
A:HOVER{
  
  color : red;
  text-decoration : underline;
}
A:ACTIVE{
  
  color : red;
  text-decoration : underline;
}
BODY{
  background-image : url(picture/wall/wall01.gif);
  color : #003300;
}