body {
  font-family: "Palatino", "Palatino Linotype", serif;
  font-size: 90%;
  margin: 3em 7% 12em 7%;
  background: #444;
  color: #888;
}

h1 {
  text-align: center;
}

h1.first {
  margin-bottom: 0;
  font-size: 48pt;
  color: #111;
  font-style: italic;
}

h1.second {
  margin-top: -22pt;
  font-size: 24pt;
  text-transform: uppercase;
  color: #888;
}

h2.first {
  margin-top: 0pt;
  margin-bottom: 0;
  font-size: 36pt;
  color: #111;
  font-style: italic;
  text-align: left;
}

h2.second {
  margin-top: -14pt;
  margin-left: 60pt;
  margin-bottom: 0;
  font-size: 12pt;
  text-transform: uppercase;
  color: #888;
  text-align: left;
  border-bottom: 1px solid #222;
}

hr {
  height: 1px;
  color: transparent;
  background: transparent;
  border-top: 1px solid #222;
  border-bottom: none;
}

p.quote {
  font-style: italic;
  color: #000;
  font-size: 120%;
}

a:link {
  color: #88F;
}

a:visited {
  color: #C8F;
}

div {
  text-align:center;
}

img {
  border: 5pt solid #222;
}

form {
  line-height: 200%;
}


