 

h1 {
font-family: "Verdana", "Century Schoolbook", "Times New Roman", serif; 
font-size: 36pt;
color: #000033;    <!-- black --> 
}

h2 { 
font-family: "Century Schoolbook", "Times New Roman", serif;
font-size: 18pt;
color: #660033;   <!-- maroon --> 
}

h3 {
font-family: "Times New Roman" , "Century Schoolbook" , serif;
font-size: 16pt;
color: #003366 ;   <!-- blue  --> 
}

h4 {
font-family: "Century Schoolbook", "Times New Roman", serif;
font-size: 12pt;
color: #000000;   <!-- maroon -->
}

p {
font-size: 14pt ;
font-family: Arial, Verdana , Helvetica ;
color: #330099;    <!-- purple -->
}

a:active {        
color: #0033FF;    <!-- blue  -->
text-decoration: none;
}

a:visited {
color: #3366CC;    <!-- cyan --> 
text-decoration: none;
}


a:hover {
color: #0000FF;   <!-- blue  -->
text-decoration: none;
}



 
