/* Default CSS Stylesheet for a new Web Application project */
A.buttons:link	{	
	text-decoration:	none;
	color:	#010D7C;
	}	
		
A.buttons:visited	{	
	text-decoration:	none;
	color:	#010D7C;
	}	
		
A.buttons:active	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A.buttons:hover	{	
	text-decoration:	underline;
	color:	#ff0000;
	}
	/*other linked white*/
	A.buttons2:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.buttons2:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.buttons2:active	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A.buttons2:hover	{	
	text-decoration:	underline;
	color:	#ff0000;
	}