/* Default CSS Stylesheet for a new Web Application project */
body         	{background-color: #CFCFCF; font-family: 'Comic Sans MS', 'serif'; 
			 font-size 10pt;font-weight: normal; color="#000080" }
h1           	{font-size: 20pt; color: #000080; margin-bottom: 6}
h2           	{font-size: 18pt; color: #0000C0 }
h3           	{font-size: 13pt; color: #008000 }
h4           	{font-size: 11pt; color: #000080 }
h5           	{font-size: 10pt; color: #000080 }
h6           	{font-size: 8pt; color: #000080 }
Caps 			(font-variant: small-caps}
NOTE 			{font-size: 7pt }
Dir           	{font-size: 8pt; color: #000000; font-family: 'Arial' }

UL LI	      	{list-style-type:	square	}	
UL LI LI		{list-style-type:	disc	}	
UL LI LI LI	{list-style-type:	circle	}	
OL LI			{list-style-type:	decimal }	
OL OL LI	   	{list-style-type:	lower-alpha }	
OL OL OL LI	{list-style-type:	lower-roman }	

IMG 		{margin-top: 5px; margin-left: 10px; margin-right: 10px } 