A  {text-decoration: none;
    font-weight: bold
    }

P  {font-family: "arial, helvetica, comic sans ms";
    font-size: 10pt;
    }


H1 {font-family: "arial, helvetica, comic sans ms";
    color: #ff0000}

H2 {font-family: "arial, helvetica, comic sans ms";
    color: #0000ff}

H3 {font-family: "arial, helvetica, comic sans ms";
    color: #0000ff}

H4 {font-family: "arial, helvetica, comic sans ms";
    color: #ff0000}

H5 {font-family: "arial, helvetica, comic sans ms";
    color: #ff0000}

TD {font-family: "arial, helvetica, comic sans ms";
    font-size: 10pt;
    }

A:link {
   	COLOR: #000080 ; TEXT-DECORATION: none
   }
   A:visited {
   	COLOR: #008000 ; TEXT-DECORATION: none
   }
   A:active {
   	COLOR: #000080 ; TEXT-DECORATION: none
   }
   A:hover {
   	COLOR: blue ; TEXT-DECORATION: underline
   }
 
LI  {font-family: "arial, helvetica, comic sans ms";
    font-size: 10pt;
    color: #000080 ;
     }
    
B   {
    color: white ;
    }
.box {border: 2px;
     border-color: #000000;
    }

.S  {
    color: blue ;
    font-weight: bold ;
    align: center ;
    }

.register {
    font-weight: bold;
    text-align: center;
    background-color: yellow;
    }

.register a:link {color:red}
.register a:visited {color:purple}