<style type="text/css">

<!-- A comment looks like this -->

body { font-family: "Arial" ;
       font-size:   16 ;
       background:  white ;
       color     :  black ; }

body em {color: red ; }			 

a:link    { color: blue ; }
a:visited { color: maroon; }
a:active  { color: fuchsia; }

TH{font-family: Arial; font-size: 12pt;}
TD{font-family: Arial; font-size: 10pt;}
li{font-family: Arial; font-size: 12pt;}			 
			 

p{font-family:"Arial";
  font-size:  16; }
p em {color: red ; }	
	
p.big {font-size:  10; }	
p.little {font-family: Arial; font-size: 9pt; color: red; }
	
p.special {
           color : green; 
           border: solid red; 
					 background-color: yellow;
					 }

h1 {font-family: "Arial"; 
         color      : red;
				 font-size  : 40; }
				 
h2 {font-family: "Arial"; 
         color      : red;
				 font-size  : 30; }		
				 
h3 {font-family: "Arial"; 
         color      : red;
				 font-size  : 20; }				 		 

</style>
