body {
  font-size: 69%;
  font-size: 1em;
  line-height: 1.2em;
}

hr {
  display: none;
}

#wrapper {
  margin: 0 auto;
  width: 800px;
}

h1 {
  font-size: 21pt;
  line-height: 40px;
  font-weight: normal;
}

#header {
  margin: 15px 0;
}
#header a {
  color: #000;
  text-decoration: none;
}
#header a:hover {
  text-decoration: underline;
}

.nav {
  font-size: 9pt;
  font-family: 'Monaco', 'Courier New', monospace;
  margin-bottom: 20px;
}

.quote {
  font-size: 10pt;
  font-family: 'Monaco', 'Courier New', monospace;
  padding: 5px;
  margin-bottom: 20px;
  background: #F3F3F3;
  border: 1px dotted #999999;
}

.t-center {
  text-align: center;
}

.br {
  margin-bottom: 10px;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px dotted black;
  margin-bottom: 10px;
}

#footer {
  margin: 15px 0;
}
