BODY 

P { background: #FFFFFF }

H1 { background: #7D8D47
color : green;
font-weight: bold;
font-size : 14pt;
font-family : Arial}

H2 { background: none;
color : #000000;
font-weight: normal;
font-size : 12pt;
font-family : verdana}

BODY { color : silver;
font-size : 10pt;
font-family : arial}

H3 { background: #7D8D47;
color : silver;
font-weight: bold;
font-size : 12pt;
font-family : VERDANA,ARIAL}

H4 { background: none;
color : silver;
font-weight: bold;
font-size : 14pt;
font-family : Gothica}

H5 { background: none;
color : silver;
font-weight: bold;
font-size : 14pt;
font-family : arial}


H5 { background: none;
color : silver;
text-decoration: none;
font-weight: bold;
font-size : 12pt;
font-family : VERDANA,ARIAL}


H6 { background:none;
color : none;
text-decoration: none;
font-weight: bold;
font-size : 12pt;
font-family : VERDANA,ARIAL}



A:link	      {
  background: none;color : blue
	      text-decoration: none;
	      font-weight:bold
	      font-size: 12pt;
	      font-family : VERDANA,ARIAL
}

A:visited {
  background: none; color : silver;
	      text-decoration: none; 
	      font-weight: bold;
              font-size : 12pt;
	      font-family :  VERDANA,ARIAL
}
A:active  {
  background: none; color : silver;
	      text-decoration: none; 
	      font-weight: bold;
              font-size : 12pt;
	      font-family :  VERDANA,ARIAL
}
A:hover   {
  background: none; color : red; 
	      font-weight: bold;
              font-size : 12pt;
	      font-family :  VERDANA,ARIAL}

B:link	     {
background: none; color : silver;
	      text-decoration: none; 
	      font-weight: bold;
              font-size : 12pt;
	      font-family :  VERDANA,ARIAL
}