body {
    color: black;
    background-color: white; }
  ul.navigation {
    list-style-type: none;
    position: absolute;
    top: .2em;
    left: 0;
    width: 11.4em;
   border-right: 0.1em solid #666666;
   border-top: 0.1em solid #666666;
   border-bottom: 0.1em solid #666666; }
  ul.navigation li {
    background: white;
    margin: 0.1em 0;
    padding: 0.3em;  
    border-left: 0.1em solid #666666; 
   font-size: smaller; }
  div.content  {
      color: black; 
      position: absolute;  
      top: .3em;
      left: 14.2em; 
      padding: 0.3em;  }
 span.sc { font-variant: small-caps; }
 span.footer {
     color: black;
     font-size: smaller; }
 span.source {
     color: black;
     font-size: smaller; }
 