div#datehead {
  margin-left: -10px;
  font-weight: bold;
  color: black;
  padding-left: 10px;
  background-color: #eeeeee;
  border-top: 1px solid #afafaf;
  border-bottom: none;
}

div#storytitle {
  border-bottom: 1px solid #afafaf;
  font-weight: bold;
  text-align: left;
}

div#story  p,blockquote,li,dd {
  text-align: justify;
}

div#storymeta {
  font-size: small;
  padding-bottom: 20px;
}

div#story p.small {
  font-size: small;
}

div#story blockquote {
  font-style: italic;
  padding-bottom: 10px;
}

div#story pre.code {
  text-align: left;
  padding-left: 2;
  padding-right: 2 
  margin-left: 2;
  margin-right: 2;
  background-color: #eeeeee;
  font-family: monospace;
}

div#story code.code {
  background-color: #eeeeee;
}
