* {
  margin: 0;
  padding: 0; }

body {
  font-family: Georgia, Times, serif;
  font-size: 75%;
  line-height: 1.5;
  padding-top: 3em; }

#page {
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  width: 40em; }

#content {
  background: url(images/logo.png) no-repeat center top;
  padding-top: 84px;
  text-shadow: 1px 1px 2px #bebebe; }

h1 {
  margin-bottom: .5em; }

p.tiny {
  color: #666;
  font-size: .8em; }
p.apart {
  margin-top: 1.5em; }

strong[title] {
  cursor: help; }

a {
  color: #666; }
  a:hover {
    color: black; }
