BODY { 	background-color: #FFFFFF;
	font-size: 12pt;
	font-family: sans-serif;
	}

H1 { 	color: #444444;
	background-colour: white;
	font-size: 18pt;
	font-family: sans-serif;
	}

H2 { 	color: #555555;
	font-size: 14pt;
	font-family: sans-serif; 
	}

H3 { 	color: #666666;
	font-size: 12pt;
	font-family: sans-serif; 
	}

H4 { 	color: #777777;
	font-size: 12pt;
	font-family: sans-serif; 
	}

P { 	font-size: 12pt;
	font-family: sans-serif;
	}

PRE, TT, CODE { font-size: 12pt;
		font-family: monospace;
	}

TABLE { background-color: #dddddd }

TD { 	font-size: 10pt;
	font-family: sans-serif;
	background-color: #dddddd ;
	}

TD.light { background-color: #eeeeee }

TD.darker { background-color: #cccccc }

TH { background-color: #bbbbbb }

