 
A{
  font-weight : bold;
  color : teal;
  text-decoration : none;
  
  cursor : default;
  font-size : x-small;
  
  font-style : normal;
}
A:HOVER{
  
  color : blue;
  text-decoration : underline;
  
  font-weight : 900;
  
  cursor : default;
  font-size : small;
}
BODY{
  cursor : default;
  font-size : x-small;
  font-weight : 300;
  background-image : url(../image/Ache.gif);
  background-repeat : repeat;
  background-attachment : fixed;
}
