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

TD .option{
	color : Black;
	font-family : Arial, Helvetica, Univers, "Zurich BT";
	font-size: 10pt;
	font-weight : bold;}

TABLE {
	color : Black;
	font-family : Arial, Helvetica, Univers, "Zurich BT";
	font-size: 10pt;
	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: rgb(0,64,128) }
H3 { font-size: 16pt }
H3 { font-style: italic }
H4 { color: rgb(255,129,2) }
H4 { font-size: 14pt }
H4 { font-style: italic }
H5 { color: rgb(0,64,128) }
H5 { font-size: 12pt }
H6 { color: rgb(255,129,2) }
H6 { font-size: 12pt }

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{
	color : Red;
	font-family : Arial, Helvetica, Univers, "Zurich BT";
	font-weight : bold;}

B{
	font-weight : bold;}	
-->
</style>