/* Default CSS Stylesheet for a new Web Application project */



A.menu:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.menu:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.menu:hover	{	
	text-decoration:	none;
	color:	#217F00;
	}
	
A.menu2:link	{	
	text-decoration:	none;
	color:	#B2D3FE;
	}	
		
A.menu2:visited	{	
	text-decoration:	none;
	color:	#B2D3FE;
	}	
		
A.menu2:active	{	
	text-decoration:	none;
	color:	#B2D3FE;
	}	
		
A.menu2:hover	{	
	text-decoration:	none;
	color:	#61BFFF;
	}