body {
  color: black; background: white;
  font-family: Garamond, sans-serif;
}
h1 { font-size:250%;}
h1,h2,h3,h4,h5,h6 {text-transform: lowercase;}
h2 {font-size: 175%;}
h3 {font-size: 100%;}
h1,h2,h3{font-family: Garamond, sans-serif;}
a:hover {
          font: Garamond;
          color: white;
          background-color: red;
          text-decoration: none;
          
        }
