/* Default CSS Stylesheet for a new Web Application project */


A.buttons:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.buttons:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.buttons:active	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A.buttons:hover	{	
	text-decoration:	underline;
	color:	#ff0000;
	}
/* black link */	
A.buttons2:link	{	
	text-decoration:	none;
	color:	#07159B;
	text-align: left;
}	
		
A.buttons2:visited	{	
	text-decoration:	none;
	color:	#07159B;
	}	
		
A.buttons2:active	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A.buttons2:hover	{	
	text-decoration:	underline;
	color:	#ff0000;
	}
/* black link */	
A.buttons3:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A.buttons3:visited	{	
	text-decoration:	none;
	color:	#07159B;
	}	
		
A.buttons3:active	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A.buttons3:hover	{	
	text-decoration:	underline;
	color:	#ff0000;
	}