<!--

   A:active {
          font-family: "Comic Sans MS", "Arial";
          color: blue;
          background-color: transparent;
            }

   A:link {
          color: purple;
          background-color: transparent;
          }

   A:visited {
          color: Red;
          background-color: transparent;
             }

   H1 {
          font-family:'Comic Sans MS',Arial; font-weight:normal; font-size:18pt; color:white; }
   H2 {
          font-family: "Comic Sans MS", "Arial";
          font-size: 13pt;
          font-weight: bold;
          text-align: left;
          color: black;
          background-color: transparent;
      }

   P {
          font-family: "Comic Sans MS", "Arial";
          color: black;
          background-color: transparent;
     }
-->
