#header {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 4em 0;
  padding-bottom: 1.5em;
  max-width: 550px; }
  #header img {
    float: left; }
  #header #description {
    font-size: 12px; }

#content {
  background: white; }

h1 {
  font-size: 30px;
  margin: 1em 0 0.5em 0; }
  h1 a {
    font-family: Baskerville, serif;
    font-style: oblique;
    text-decoration: none; }

h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0.25em 0 0.5em 0; }

body {
  width: 600px;
  background: white;
  color: #1f1e1d;
  font-family: Lucida Grande, Verdana, sans-serif;
  line-height: 1.8em;
  margin: 0 0 0 15%;
  padding: 0;
  font-size: 14px !important;
  text-rendering: optimizeLegibility !important; }

a {
  color: blue;
  outline: 0;
  text-decoration: underline; }

a:hover {
  color: red; }

#header a {
  text-decoration: none !important; }

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 2em; }
  ul li:before {
    content: "\00BB \0020"; }

dl dt:before {
  content: "\00BB \0020"; }

img {
  border: 0px; }

.pure-u-1-3 {
  width: 30%; }
