body {
  margin: 40px;
  padding: 0;
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
  color: #000;
  font-size: 0.9em;
  background-color: #fff;
}
  
blockquote, h3, p, li, td {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.9em;
  line-height: 1.6em;
}
  
blockquote {
  font-style: italic;
  margin-right: 0;
  margin-left: 20px;
}

code {
  margin-left: 40px;
}
  
pre {
  margin-left: 40px;
}
  
h1, h2, h3 {
  font-weight: normal;
}
  
h1, h2 {
  font-family: Georgia, Times, serif;
}
  
h1 {
  font-size: 2.5em;
}
  
h2 {
  font-size: 1.5em;
  font-style: italic;
}
  
hr {
  margin: 2em auto;
  width: 370px;
  height: 1px;
  color: #7a7e7d;
  background-color: #7a7e7d;
  border: none;
}
  
small, .small {
  font-size: 0.9em;
}
