/* CSS Document */

.testo
	{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	}
	
.testo a
	{
	text-decoration: none;
	/*color: #255482;*/
	color: #777;
	}
	
.testo a:visited
	{
	text-decoration: none;
	color: #777;
	}
	
.testo a:hover
	{
	text-decoration: underline;
	color: #000000;
	}


