
body  {
  background-image:"hatter.jpg";
  }

a:link, a:active, a:visited {
  color: black;
  font-size:10pt;
  font-family:arial;
  text-decoration: none;
  
}

a:hover {
  color:black;
  text-decoration: underline;
  }

