/* Default CSS Stylesheet for a new Web Application project */

A:link	{	
	text-decoration:	none;
	color:	#616161;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#616161;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#616161;
	}	
		
A:hover	{
	color:	#616161;
	cursor: hand;
	}
	

