A HREF
	{ text-decoration: none }


A:link, A:visited
	{ color: red; 
	  font-style: italic; 
	  font-variant: normal }
A:active, A:hover
	{ color: orange; 
	  font-style: bold; 
	  font-variant: small-caps}
BODY	
	{ font-family: Verdana, Arial, Helvetica, Arial, sans-serif; 
	  text-align: center; 
	  color: Blue; 
	  background: Silver }

H1, H2, H3, H4, H5, H6
	{ font: Verdana, Arial, Helvetica, Arial, sans-serif; 
	  text: center Blue }

HR
	{ color: Blue }

IFRAME	{ width: "100%"; 
	  height: "70%"; 
	  align: center }


IMG
	{ background:''; align: absmiddle; 
	  border=0px none; 
	  background }



P
	{ font-family: Verdana, Arial, Helvetica, Arial, sans-serif; 
	  font-size: 10pt; 
	  text-align: justify; 
	  color: Blue }

TABLE
	{ cellspacing: 3; 
	  cellpadding: 0; 
	  border: 0px none; 
	  align: center }TR
	{ text-align: left; 
	  font-size: 10pt }
TH
	{ text-align: left; 
	  background: Blue; 
	  color: Silver }
TD
	{ text-align: left; 
	  background: Blue; 
	  color: Silver }