      body {
        line-height: 1.33;
        color: black;
        background-color: #F7FFE9;
        font-family: Lucida, Helvetica, sans-serif;
        font-size: medium;
      }
      div.menucol {
        position: fixed;
        width: 30%;
        height: 100%;
        top: 0;
        left: 0;
        right: 30%;
        bottom: auto;
        background-color: #DBE3CD;
        line-height: 1.1;
        padding-top: 1.0em;
        padding-left: 1.0em;
        overflow: hidden;
      }
      div.scrollcol {
        margin: 0 2% 0 30%;
        line-height: 1.33;
        padding-left: 2em;
      }
      A:hover { text-decoration: underline }
      A:link { color: #DD5500 }
      A:visited, A:active { color: #A73300 }
      A { font-weight: bold }
      HR { border: 1px solid #E8F0DA }
      blockquote {
        padding: 0.5em;
        background-color: #E8F0DA;
      }
      LI { padding-bottom: 1.0em; }
      UL>li {list-style-type: circle;} 
      UL>li:hover {list-style-type: disc;}
      IMG { border: none; }
      .centered { text-align: center }

