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 { 
     border-left-style: solid;
     border-color: firebrick;
     border-left-width: 20px;
     padding-left: 3px;
     font-weight: bold;
}

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

.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;
        }




