 
A{
  color : blue;
  text-decoration : none;
  background-color : white;
}
A:HOVER{
  color : blue;
  

  text-decoration : underline;
}
BODY{
  background-image : url(../../../e/ten.gif);
  background-repeat : repeat-x;
  background-attachment : scroll;
}

