body {
  background-color: #EEE;
  color: black;
  line-height: 1.5;
  margin: 1.5em auto;
  font-family: "Georgia", serif;
  max-width: 35em;
}

h1, h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  letter-spacing: -0.07em;
}

h1 {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.25em;
  padding: 0.15em 0;
  margin-top: 1.8em;
  margin-bottom: 0;
}

p, form {
  margin-bottom: 1.5em;
}

em {
  font-style: italic;
}

a:link, a:visited, a:focus, a:hover, a:active, button {
  color: #009;
}

del {
  text-decoration: line-through;
  color: #999;
}

ins {
  font-weight: bold;
  text-decoration: none;
}

p.callout {
  font-size: 1.5em;
  line-height: 1;
  margin-top: 1em;
  background-color: #CCC;
  color: #900;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  text-align: center;
  font-variant: small-caps;
  padding: 0.5em 1em;
}

p.callout span {
    white-space: nowrap;
}

input, button {
  font-size: 1em;
  font-family: Georgia, serif;
}

form {
  margin-left: -1em;
  margin-right: -1em;
  background-color: #DDD;
  padding: 0.75em 1em;
}

input {
  background-color: transparent;
  border: none;
  border-bottom: solid #999 2px;
  width: 20em;
}

button {
  background-color: #CCF;
  border: solid #99C 1px;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
}

a.footnote {
  font-size: 0.6em;
  vertical-align: top;
}

#footnotes {
  padding-top: 1em;
  border-top: solid #99C 1px;
}

#footnotes li {
  font-size: 0.9em;
  list-style-type: decimal;
}
