h1 {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14pt; 
    font-style: bold;
    color: black;
   }

h2 {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11pt; 
    font-style: bold;
    color: #0A888C;
   }

h3 {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11pt; 
    color: black;
    font-style: normal;
   }

h4 {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 9pt; 
   font-style: normal;
   color: green;

   }
h5 {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 9pt; 
   font-style: normal;
   color: black;
   }

h6 {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 8pt; 
   font-style: normal;
   color: black;
   }

p {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11pt; 
   font-style: normal;
   color: black;
   }
li {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11pt; 
   font-style: normal;
   color: black;
   }