/* Default CSS Stylesheet for a new Web Application project */

.bodytext
{
	font-family:Arial;
	color: White;
	font-size: small;
}

A:link	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#333333;
	}

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;
	}	


