 body { 
  background-color: #ffffcc ;
  color: #000000 ;
  margin-left: 10% ;
  margin-right: 10% ;
  font-family: geneva, sans-serif ;
}

h1{ 
  text-align: center ;
  color: #000000 ;
}

h2{ 
  text-align: center ;
  color: #990033; 
}

h3{  
  text-align: left ;
  color: #990033;
}

h4{  
  text-align: left ;
  color: #000000 ;
}

hr{ 
  color : #000000 ;
}

a:link { 
  color: #000066 ;
  text-decoration: none ;
}

a:visited { 
  color: #000066 ;
  text-decoration: none ;

}

a:hover {  
  color: #000066 ;
  text-decoration: underline ;
}

a:visited:hover { 
  color:  #000066 ;
  text-decoration: none ;
}
