.body {
  background-color: white;
  color: black;
  font-family: sans-serif;
}

.sidenav {
    font-family: 'Courier New', Courier, monospace;
    color: #0000ff;
    margin-top: 10px;
    margin-left: 10px;
    height: 100%;
    width: 90px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    line-height: 1.3em;
    background-color: #ffffff;
    overflow-x: hidden;}
    
.main {
  margin-left: 90px;
  padding: 0px 10px;
  max-width: 800px;
  margin-bottom: 50px;
  line-height: 1.6em;
  font-family: 'Courier New', Courier, monospace;
  line-height: 2em;
}

#sidenav li a:hover {
  color: #0a813c;
  font-style: italic;
}

#date {
  color: #0000ff;
  }