BODY{ 
      background-color: #FFFFFF;
      }

h1{ 
    color: blue;
    font-size: 22pt;
    }

h2{ 
    font-size: 14pt;
    }

.strike{ 
         text-decoration: line-through;
         }

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

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

.attention{ 
        font-size: 14pt;
        font-weight: normal;
        color: red;
        }




