  BODY {
        background-color: white;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
      }

      UL {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
      }

      /* special style for inverse text on year bar
      */
      P.inverse {
	color: white;
	}

      TD {
        font-family: Arial-narrow, Helvetica, sans-serif;
        font-size: 9pt;
      }

      /* special style for color of year bar
      */
      TR.year {
        background: lightblue;
      }

      /* special style for color of month bar
      */
      TR.month {
        background: silver;
      }

      /* special style for color of day bar
      */
      TR.day {
        background: #EEEEEE;
      }

      H1 {
	font-size: 20pt;
	color: black;
      }

      H3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: italic;
	color: white;
      }

      H2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: white;
        background: tan;

      }

      A:link {
	font-size: 9pt;
	color: black;
      }

      A:visited {
	font-size: 9pt;
	color: black;
      }

      A:active {
	font-size: 9pt;
	color: black;
      }

      A:hover {
	font-size: 9pt;
	color: black;
        background: red;

      INPUT {
	font-size: 9pt;
	color: black;
        background-color: red;
      }
    -->
