body {
  background: #fff;
  font-family: "Gill Sans", GillSans, Verdana, sans-serif;
  padding: 1em 1.5em 1em 1.5em;
}

h1 {
  color: #339;
  background: white;
  border-bottom: 1px solid #cce;
}

h2 {
  border-bottom: 1px solid #ccc;
}

h3 {

}

ol {
   list-style-type: lower-alpha;
}

address {
  border-top: 1px solid #cce;
}

a:hover {
  color: #600;
  background: #fff;
}


.comment {
   border: 1px solid #ccf;
   background: #eef;
   padding: 0.5em;
}
