  body {
    font-family: Arial, Helvetica;
    font-size: 12;
  }
  
  table.nav {
    font-family: Arial, Helvetica;
    font-size: 12;
  }

  table.nav A:link {
    text-decoration: none;
  }
  
  table.nav A:visited {
    text-decoration: none;
  }
  
  .mainheader {
    font-family: Arial, Helvetica;
    font-size: 20;
  }
  
  .header {
    font-family: Arial, Helvetica;
    font-size: 16;
    text-decoration: underline;
  }

  .small {
    font-family: Arial, Helvetica;
    font-size: 10;
  }

  .story {
    font-style: italic;
  }

  div.quote {
    margin-left: 5em;
    margin-right: 15%;
    background: #eeeeee;
  }

  A:link {
    color: "#000000";
  }
  
  A:visited {
    color: "#333333";
  }

