body {
  font-family: Verdana;
  color: #363636;
  font-size: 16px;
  background-color: #F0F0D8;
}

a:link {color: #E05555; text-decoration: underline; }
a:active {color: #E05555; text-decoration: underline; }
a:visited {color: #E05555; text-decoration: underline; }
a:hover {color: #E05555; text-decoration: none; }
 
h1 {
  font-size: 10em;
}

h2 {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: -0.075em;
  margin-bottom: 0.3em;
}
 
p {
  font-size: 2em;
  line-height: 1.3em;
  margin-left: 200px;
}

p.footnote {
  font-size: .6em;
  font-weight: bold;
  line-height: 1.3em;
}
 