
BODY {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background: #CCFFCC;
	color: black ;
	margin-left: 5%;
	margin-right: 5%;
}
	
TABLE { font-family:  Arial, sans-serif;
 font-size: 10pt;  background: #CCFFCC; color: black ; }	
 
H1,H2,H3,H4,H5 {font-family : Arial, sans-serif}
H1,H3         {font-weight: bold ;  text-align:  center;  text-transform: uppercase }
H1	{ font-size: 18pt }
H1   {	background: #006633; color: white}
            
H2	{ font-size: 12pt }
H2   { text-align:  center; }

H3	{ font-size: 13pt }
H3   {	background: #006633; color: white}

H4	{ font-size: 11pt }
H4   { text-transform: uppercase }

H5	{ font-size: 9pt}
H5   { text-align:  center; }

A:link       {	color: blue;text-decoration: underline;	font-family: Arial,  sans-serif;}
A:visited    { color: purple;  text-decoration: underline }
A:active     { color: red; text-decoration: none }
A:hover  {	color: #800000;	text-decoration: none }


