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

