table {
 color: black;
 background: blue;
 font-family: sans-serif;
 font-size: 8pt;
}

div.story { 
  color: purple;
  background: yellow;
  border: solid;
  border-width: 5pt;
}
