BODY{
  
  
  background-image: url(background01.gif);
  background-attachment : scroll;
  background-repeat : repeat;
}
A:VISITED{
  
  text-decoration: underline;
}
A:HOVER{
  
  text-decoration : underline blink;
  
  font-weight : 700;
  text-transform : capitalize;
}