.story h1, .story h2, .story h3 {
  font-family: Georgia, Serif;
}

.story h1, .story h2 {
  font-size: 22px;
  margin-left: -12px;
  border-bottom: 1px dotted silver;
  margin-bottom: 0;
}

.story h3 { font-size: 18px; margin-left: -8px; margin-bottom: 3px; }
.story h4 { font-size: 14px; margin-left: -6px; margin-bottom: 3px; }
.story h5, .story h6 {font-size: 12px; margin-left: -4px; margin-bottom: 2px; }

.story .boxright {
  float: right;
}

.story .boxleft {
  float: left;
}

.story .boxright, .story .boxleft {
  margin: 14px;
  padding: 4px;
  background: #efefef;
  border: 1px solid #dfdfdf;
}

.story .boxright img, .story .boxleft img {
  border: 1px solid #dfdfdf;
}
.story .boxright span, .story .boxleft span {
  display: block;
  font-size: 10px;
  font-family: Verdana;
}

