H1  {
    text-align: center; 
    font-weight: bold;
    font-size: 24pt; 
    font-family: Goudy Old Style, Times New Roman, serif; 
    color: #8C007B
    }
              
H2  {text-align: center; 
    font-weight: bold; 
    font-size: 24pt; 
    font-family: Arial, Helvetica, sans-serif; 
    color: #8C007B
    }
    
H3  {
    text-align: center;
    font-weight: normal;
    font-size: 8pt; 
    font-family: Arial, Helvetica, sans-serif;
    color: #8C007B
    }
    
H4  {
    text-align: left;
    font-weight: bold;
    font-size: 10pt; 
    font-family: Arial, Helvetica, sans-serif;
    color: white
    }
    
H5  {
    text-align: left; 
    font-weight: normal;
    font-size: 12pt;
    font-family: Goudy Old Style, Times New Roman, serif; 
    color: white
    }
    
H6  {
    text-align: center; 
    font-weight: normal;
    font-size: 12pt; 
    font-family: Arial, Helvetica; 
    color: black
    }

P   {
    text-align: left; 
    font-weight: normal;
    font-size: 12pt; 
    font-family: Arial, Helvetica; 
    color: black
    }

A:visited  {
           color:white; 
           text-decoration: none
           }
                   
A:link     {
           color:white; 
           text-decoration: none
           }
           
body       {
	       background-color: #ffffff;
	       color: #000000;
	       font-size: 12pt;
           font-weight: normal;
	       font-style: normal;
	       font-family: Arial, Helvetica, sans-serif;
           }  
