   em        { font-weight: bold; 
   	       color: #0F1A6F;
               font-style: normal; 
               background-color: transparent }
   
   h1        { font-size: 24pt; 
               font-family: "Century Schoolbook"; 
               text-align: left; 
               vertical-align: top; 
               color: #0F1A6F; 
               background-color: transparent  }
   
   h2        { font-size: 18pt; 
               font-family: "Century Schoolbook"; 
               text-align: left; 
               vertical-align: top; 
               color: #0F1A6F; 
               background-color: transparent  }
               
   h3        { font-size: 14pt; 
                  font-family: "Century Schoolbook"; 
                  text-align: center; 
                  vertical-align: top; 
                  color: "red"; 
               background-color: transparent  }
   li         {  font-size: 12pt;
        	 font-family: "Arial";  }
        	 
   p         {  font-size: 12pt;
     		font-family: "Arial"; 
                text-align: justify }
   
   a         { color: #0F1A6F; 
               text-decoration: none; 
               font-family: "Arial"; 
               font-size: 10pt; 
               font-weight: bold;  
               background-color: transparent  }
   
   a:active  { color: #0000FF; 
               text-decoration: none; 
               font-family: "Arial"; 
               font-size: 10pt; 
               font-weight: bold;  
               background-color: transparent  }
   
   a:visited { color: #0000FF;  
               text-decoration: none; 
               font-family: "Arial"; 
               font-size: 10pt; 
               font-weight: bold; 
               background-color: transparent  }
   
   a:hover   { color: #FFFF00; 
               text-decoration: none; 
               font-family: "Arial"; 
               font-size: 10pt; 
               font-weight: bold; 
               background-color: transparent  }