BODY  		{ font-family: arial narrow,arial;
	 	  color: blue;
		  background-color=#FFFFFF
		  font-size: 10pt; }

B     		{ font-family: arial;
		  color: red;
		  font-size: 10pt; }

I		{ color: red }

SMALL  		{ Xfont-family: arial;
		  Xcolor: blue;
		  font-weight: 0; 
		  font-size: 8pt; }


INPUT 		{ font-family: system, arial black, arial;
		  font-weight:800;
		  color: #5555FF;
		  font-size: 10pt;
		  background-color: #EEEEFF; }

SELECT 		{ font-family: system, arial black, arial;
		  font-weight:800;
		  color: #5555FF;
		  font-size: 10pt;
		  background-color: #EEEEFF; }

TEXTAREA 	{ font-family: system, arial black, arial;
		  font-weight:800;
		  color: #5555FF;
		  font-size: 10pt;
		  background-color: #EEEEFF; }

H1    		{ font-family: arial black, arial;
		  color: 5555FF;
		  font-size: 24pt;
		  text-decoration: none; }

H2    		{ font-family: arial;
		  color: #FFFF55;
	          background-color: #8888FF;
		  font-size: 14pt;
		  text-decoration: none; }

H3    		{ font-family: arial;
		  color: #FFFFFF;
		  background-color: #8888FF;
		  font-size: 14pt;
		  Xtext-decoration: underline; }

H4    		{ font-family: arial;
		  color: #5555FF;
		  font-size: 10pt;
		  text-decoration: none; }

H5    		{ font-family: arial;
		  color: #FFFFFF;
		  background-color: #55FF55;
		  font-size: 10pt;
		  text-decoration: none; }

H6    		{ font-family: arial;
		  color: #FFFFFF;
		  background-color: #FF0000;
		  font-size: 12pt;
		  text-decoration: none; }

#LIST		{ font-family: arial;
		  font-size: 10pt;
		  color: #000000;
		  font-weight: 0;
		  text-decoration: none; }
#LIST2		{ font-family: system;
		  color: blue; }

TD	 	{ font-family: arial;
		  font-weight:800;
		  color: #5555FF; }
		  
A		{ font-family: arial-black, arial;
		  text-decoration: none;
		  Xfont-size: 1.1em;
		  color: blue;
		  font-weight: 800;
		  Xbackground-color: #FFFF00; }

A:active	{ color: #FF0000 }
A:hover		{ background-color: #FFFF00;
		  font-style: italics; }
A:visited	{ text-decoration: none;
		  color: blue; }
