

	BODY, P { 
		font-size: 11px;
		font-family: ARIAL;
		color: #333;
		padding: 0px 20 0px 20px;
	}

	.testo {
		font-size: 12px;
		text-align: justify;

	
	}

	.titolo {
		font-family: Helvetica, sans-serif;
		font-size: 15px;
		color: #004F87;
		font-weight: bold

}
	

	A:link {
		color:#004F87;
		text-decoration: none;
		font-weight: bold;
	}
	
	A:visited {
		color: #3D79A4;
		font-weight: bold;
		text-decoration: none;

	}
	
	A:hover {
		color: #4E9FE8;
		font-weight: bold;
		text-decoration: none
	}
	
	A:active {
		color: #004F87;
		font-weight: bold;
		text-decoration: none
	}

	UL {
		font-size: 13px;
		font-family: Helvetica, sans-serif;
		color: #004F87;
		font-weight: normal;
			
	}
	
	LI {
		font-size: 13px;
		font-family: Helvetica, sans-serif;
		color: #004F87;
		
		margin-left:5px; 
		margin-right:27px; 
		margin-top:0px; 
		margin-bottom:10px;
		border-bottom:1px solid;
		list-style-image: url(images/pallino.gif);		
	}
