
<style>
<!--
BODY {
	color: Black;
	background: #FFFFCC;
}

TABLE {
	color : Black;
	font-family : Arial, Helvetica, Univers, "Zurich BT";
	font-weight : bold;}

H1{
	color: Blue;
	font-family : Arial, Helvetica, Univers, "Zurich BT";
	font-size: 24pt;
  	font-weight : bold}

H2 {
color: #FF8C00;
font-family : Arial, Helvetica, Univers, "Zurich BT";
font-size: 20pt;
font-weight : bold}

H3 {color: #3200CC;}
H3 {font-size: 16pt }
H3 {font-style: italic }

H4 {color: #3200CC;}
H4 {font-weight: 100%;}
H4 {font-style: italic}

H5 {color: #40E0D0;
	font-weight: bold;} 
H6 {color: #004080;
	font-weight: bold;}


P{
	color : Black;
	font-family : Arial, Helvetica, Univers, "Zurich BT";
	font-weight : bold;	}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER { color : red; }

PRE.address{
	color : Red;
	font-family : Arial, Helvetica, Univers, "Zurich BT";
	font-weight : bold;}

B{
	font-weight : bold;}	

LI{
	color : Black;
	font-family : Arial, Helvetica, Univers, "Zurich BT";
	font-weight : bold;}
-->
</style>