/* CSS Document */
.testo{
font-family: Trebuchet Ms, Arial;
color:#000000;
font-size:12px;
}

.titolo{
font-family: Trebuchet Ms, Arial;
color:#000000;
font-size:24px;
font-weight:bold;
}

		
A:visited	{	
	text-decoration: underline;
	color:#c49f2e;
	}	
		
A:active	{	
	text-decoration: none;
	color:#006699;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#006699;
	}
	
.italico{
font-family: Trebuchet Ms, Arial;
color:#000000;
font-size:12px;
font-style:italic;
}