
/* light grey page colour */
body {background-color: #EEECEC;}

/* title green with white text */
h1 {font-size: 230%; font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; color: #FFFFFF; text-align: center; background: #008000; margin-top: 20px;}

/* bold black text */
h2 {font-size: 130%; font-family: Arial, Helvetica, sans-serif ; 
font-weight: bold; color: #000000; background: #EEECEC; margin-top: 8%;}



/* main black text */ 
p { margin-right: 3%; font-weight: bold; font-size: 100%; 
font-family: Arial, Helvetica, sans-serif;}

div#titlea p:first-line {font-family: Arial, Helvetica, sans-serif ; font-weight: bold; font-size: 150%;}
div#titleb p:first-line {font-family: Arial, Helvetica, sans-serif ; font-weight: bold; font-size: 150%;}
div#titlec p:first-line {font-family: Arial, Helvetica, sans-serif ; font-weight: bold; font-size: 150%;}
div#titled p:first-line {font-family: Arial, Helvetica, sans-serif ; font-weight: bold; font-size: 150%;}
div#sizea p:first-line {font-family: Arial, Helvetica, sans-serif ; font-weight: bold; font-size: 125%;}
div#sizeb p:first-line {font-family: Arial, Helvetica, sans-serif ; font-weight: bold; font-size: 125%;}

