body {
  text-align: center;
  font-family: calibri, arial, helvetica, sans-serif;
}
#header {
  margin: auto;
  width: 728px;
  text-align: left;
}
#header h1 a {
  text-decoration: none;
  color: #000000;
}
#header h1 a:hover {
  text-decoration: underline;
}
#nav {
  float: right;
}
#nav a {
  text-decoration: none;
  color: #0033cc;
}
#nav a:hover {
  text-decoration: underline;
}
#content {
  text-align: left;
  margin: auto;
  width: 728px;
}
#content blockquote {
  margin-left: 0;
  font-style: italic;
}
#next {
  text-align: right;
  float: right;
}
#footer {
  text-align: left;
  color: #666666;
  margin: auto;
  width: 728px;
  padding-top: 10px;
}


