body {
  background-color:#402f2f;
  font-size:80%;
  font-family:Verdana, Arial, Sans-serif;
}

a {
  color:#a70303;
  text-decoration:none;
  
}
a:hover {
  color:#555;
  text-decoration:none;
}

h1 {
  font-size:1.9em;
  font-weight:normal;
  font-family:georgia;
  letter-spacing:.02em;
  text-align:center;
  margin-bottom:0;
}

h2 { 
  font-size:1.7em;
  font-weight:normal;
  font-family:georgia;
  letter-spacing:.15em;
  font-variant:small-caps;
  text-align:center;
  margin-top:0em;
}

#document {
  background-color:#fff;
  padding: 0 2em 2em 2em;
  width:761px;
  margin-left:2em;
}

p {
  line-height:1.5em;
  
}

#home {
  font-weight:bold;
  font-family:Courier;
  padding-top:1em;
}
