body,td {
  background: white;
  color:      black;
  margin:     2em;
}
a {
  color: blue;
}
.dateheader {
  font-size: 1.2em;
  font-weight: bold;
  color: #336699;
}

.story_full {
  background: #f6f6f6;
  padding:    0.1em 1em 1em 1em;
  margin:     0em 0em 2em 0em;
  border:     0.1em lightblue dashed;
}
.story_title {
  color:      black;
  font-size:  1.5em;
}

#title {
  display: none;
}
#sidebar {
  display: none;
}
#topbar {
  text-align: right;
}

table tr td {
  padding: 5px;
  background: #fcfcfc;  
}

