
 body {
     font-family: Arial, Times New Roman, Times, serif;
     color: black;
     background-color: #ffffff; 
	 } 

h1 {
    font-family: Arial, Times New Roman, Times, serif;
    font-size: 16pt;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
	color: black;
	background-color: #33cc00;
} 

p {
   font-family: Arial, Times New Roman, Times, serif;
   font-size: 10pt;
   /* font-family: Arial; */
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   line-height: normal;
   color: black;
   background-color: #ffffff;
}

