     H1 {
        align: inherit;
        color: white;
        text-indent: 1ex;
        background-color: #99cc99;
        margin: 2px;
        font-size: 200%;
        font-weight: bold;
        font-family: monospace;
        font-style: italic;
      }
      H2 {
        align: inherit;
        color: white;
        text-indent: 4ex;
        background-color: #99cc99;
        margin: 2px;
        font-size: 160%;
/*      font-weight: bold; */
        font-family: monospace;
        font-style: italic; 
      }
      DIV.right {
        width: 49%;
        float: right;
        text-align: right;
      }
      DIV.daystart {
        margin: 2px;
        color: white;
        background-color: #99cccc;
      }
      DIV.daytitle {
        display: inline;
        color: #666633;
      }
      SPAN.daytitle {
        color: #666633;
      }
      DIV.attention {
        text-align: center;
      }
      DT {
        color: #0000EE;
        font-weight:bold;
        }
      P {
/*        text-indent: 2ex; */
        line-height: 120%;
        margin: 2ex;
      }
      TD{
      line-height : 125%
      }
      B {
        font-weight: bold;
      }
      BIG {
        font-size: 140%;
      }
      OL LI {
        list-style-type: square;
	line-height: 150%;
      }
      DIV.plan {
        border: none 2px;
        font-size: small;
      }
      DIV.links {
        align: inherit;
        margin: 0px;
        padding: 3px;
        background-color: #ffcccc;
        text-align: center;
        }
