body {
  font-family: georgia;
  width: 700px;
  margin: 50px auto 0 auto;
}

h1 {
  font-size: 85px;
  font-weight: normal;
  margin: 0 0 28px -6px;
}

h2 a {
  text-decoration: none;
}

p {
  font-size: 21px;
  line-height: 180%;
  color: #111;
}

li {
  list-style-type: square;
  line-height: 150%;
}

a:link, a:visited {
  color: #000;
}

a:hover, a:active {
  color: #fff;
  background: #000;
  text-decoration: none;
}

div.footnotes {
  border-top: 1px solid #eee;
}

div.footnotes p {
  color: #555;
  font-size: 14px;
  line-height: 150%;
}

div.footnotes p:first-letter {
  margin-left: -10px;
}

div.footnotes a:link,
div.footnotes a:visited {
  color: #666;
}

div.footnotes a:hover,
div.footnotes a:active {
  color: #eee;
}

body.archive h1 {
  font-size: 70px;
  margin: 0;
}

body.archive p.home {
  margin: 0;
}

