body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #111;
  color: #FFF;
}
div.story-container {
  text-align: left;
  max-width: 90%;
  margin: 0 auto;
}
h1 {
  text-align: center;
  border-bottom: 1px solid #BBB;
  padding-bottom: 20px;
}
.byline {
  text-align: right;
  font-style: italic;
  font-weight: bold;
  color: #99C;
}
.copyright,
.caution {
  font-size: 80%;
  color: #CCC;
  width: 50%;
  float: left;
  margin: 0;
  box-sizing: border-box;
  font-weight: bold;
}
.copyright {
  padding-right: 10px;
}
.caution {
  padding-left: 10px;
}
.story-codes {
  clear: both;
  font-weight: bold;
  color: #CCC;
  font-size: 80%;
}
td, th {
  padding: 6px;
}
table {
  border: 1px solid #933;
}
thead th {
  background-color: #933;
  color: #FFF;
}
h2 {
  border-bottom: 1px solid #EEE;
}
h3 {
  text-align: right;
  font-size: 150%;
  font-style: italic;
  color: #999;
}
a:visited,
a:active,
a {
  color: #933;
}
a:hover {
  color: #F66;
}
