body {
  color: black;
  background-color: white;
}

td {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

td.nav {
  background-color: #DDDDDD;
  text-align: center;
}

td.story {
}

td.caption {
  font-size: 11px;
}

td.header {
  background-color: black;
  color: white;
  font-weight: bold;
}

td.headlines {
  font-size: 11px;
}

h2 {
  font-size: 18 px;
}

table.banner {
    background-color: #DDD;
    border: thin solid black;
}


