<!--
      BODY {
        background: white;
        scrollbar-arrow-color: #97AABA;
        scrollbar-face-color: #F2F5F7;
        scrollbar-highlight-color: #B2C3D0;
        scrollbar-shadow-color: #B2C3D0;
        scrollbar-3dlight-color: #ffffff;
        scrollbar-track-color: #FFFFFF;
        scrollbar-darkshadow-color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
      }
      P {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
      }
      DIV.navbar {
        position: fixed;
        text-align: center;
      }
      TD {
        font-family: Arial-narrow, Helvetica, sans-serif;
        font-size: 9pt;
      }
      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;
      }

      TR.blue {
        background: lightblue;
      }

      TR.gray {
        background: silver;
      }

      TR.white {
        background: white;
      }

      H1 {
	font-size: 20pt;
	color: black;
      }

      H2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
        background: none;
      }
      H3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
        background: none;
      }

      H4 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
	font-weight: normal;
      }

      A:link {
	font-size: 9pt;
	color: black;
        background: none;
        text-decoration: underline;
      }

      A:visited {
	font-size: 9pt;
	color: black;
        background: none;
        text-decoration: underline;
      }

      A:active {
	font-size: 9pt;
	color: black;
        background: none;
        text-decoration: underline;
      }

      A:hover {
	font-size: 9pt;
	color: black;
        background: none;
        text-decoration: underline;

      INPUT {
	font-size: 9pt;
	color: black;
        background-color: red;
      }
-->
