body {
  font: normal 16px/24px Arial, sans-serif;
  color: #111;
  background: #fff;
  quotes: "\201E" "\201D" "\00AB" "\00BB";
}

#wrapper {
  width: 780px;
  margin: 0 auto;
  padding: 1em 0;
}

a { color: green; }
a:hover { color: red; }

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia;
  font-weight: bold;
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

h1 {
  font-size: 1.4em;
  line-height: 1.8em;
}

blockquote p:after {
  content: close-quote;
}
blockquote p:before {
  content: open-quote;
}
blockquote p { 
  text-indent: .75em;
  font-style: italic;
}
blockquote cite {
  font-weight: bold;
  display: block;
  text-align: right;
}

dd {
  padding-left: 1em;
}

nav {
  margin: 1em 0;
  border-top: medium double #111;
  border-bottom: medium double #111;
}
article section {
  border-bottom: thin solid #111;
}
article footer {
  text-align: right;
}
article footer a {
  font-size: .75em;
}

#wrapper > footer {
  font-size: .5em;
  text-align: center;
  padding-top: 1em;
}
