html,body{
  font-size       : 110%;
  font-family     : Verdana, Arail,Helvetica, Geneva, sans-serif;
  color           : navy;
  background      : white;}
  
a{
  text-decoration : underline;
}
a:hover, a:focus{
  background : gray;
  color : white;
  }
a:active{
  background : blue;
  color :white;}

h1{
  font-size : 140%;
  color : #FF870F;
}

h2{font-size : 120%;}

h3{font-size : 100%;
   font-style : italic;
   margin-top : 2em;}
