 
A:HOVER{
  
  color : navy;
  font-weight : bold;
}
A{
  color : gray;
  text-decoration : none;
}
BODY{
  background-image : url(../image/wall.jpg);
  background-repeat : repeat;
  background-attachment : fixed;
}
.Class10{
  font-size : 10pt;
}
