.body
         {
         bgcolor:"#FFFFFF";
         text:"#000000"
         }

.menu
        {  font-family: "Comic Sans MS";
        font-style: bold;
        font-size: xx-small;
        line-height: normal;
        font-weight: normal;
        color: blue;
        background-color: #9DD0FF
        }

.h1
        {  font-family: "Comic Sans MS";
        font-style: bold;
        font-size: x-large;
        text-align: center;
        line-height: normal;
        font-weight: normal;
        color: blue;
        }

.headline
        {  font-family: "Comic Sans MS";
        font-style: bold;
        font-size: x-large;
        text-align: center;
        line-height: normal;
        font-weight: normal;
        color: blue;
        }


.subline
        {  font-family: "Comic Sans MS";
        font-style: bold;
        font-size: larger;
        text-align: center;
        line-height: normal;
        font-weight: normal;
        color: blue;
        }

.p
         {  font-family: "Arial";
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: blue;
        }

.normal
        {  font-family: "Arial";
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: blue;
        }

.note
        {  font-family: "Arial";
        font-style: bold;
        font-size: xx-small;
        line-height: normal;
        font-weight: normal;
        color: blue;
        }
a:link
      {
      color: blue;
      }

a:visited
      {
      color:darkblue;
      }

a:active
      {
      color:red;
      }