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