body{ 
      background-color: #FFffFF;
      }

a:link{ 
        color: #0000FF;
        }

a:visited{ 
           color: #FF00FF;
           }

a:hover{ 
         font-weight: lighter;
         color: #FFFFFF;
         background-color: #FF0066;
         }

.list1 { 
         list-style-type: decimal;
}

h1 { 
     font-weight: bold;
     font-size: 36px;
}

h2 { 
     text-align: center;
     font-weight: bold;
}

.lastupdate{ 
             font-style: italic;
             text-align: right;
             }

.mainbody{ 
           font-style: plain;
           text-align: center;
           }

.font1{ 
        font-size: 20pt;
        font-weight: bold;
        color: black;
        }

.font2{ 
        font-size: 16pt;
        font-weight: normal;
        color: black;
        }

.font3{ 
        font-size: 12pt;
        font-weight: normal;
        color: black;
        }

.font3{ 
        font-size: 8pt;
        font-weight: normal;
        color: black;
        }





