/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

A:link	{	
	text-decoration:	none;
	color:	#009933;
	font-weight:	bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#009933;
	font-weight:	bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#009933;
	font-weight:	bold;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333ff; 
	font-weight:	bold;
	}
