<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY, P, TD, SPAN, LI, FONT {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	
} 
	.testo {
		font-size: 12px;
		text-align: justify;
		color: #000; 
		margin: 5px 0px 10px 0px;
		}
		
	A.testo:link {
		font-weight: bold;
		color: #333;
		text-decoration: none;
		
	}
	
	A.testo:visited {
		font-weight: bold;
		color: #999;
		text-decoration: none;
		
	}
	
	A.testo:hover {
		font-weight: bold;
		color: #333;
		text-decoration: underline;
		
	}
	
	A.testo:active {
		font-weight: bold;
		color: #666;
		text-decoration: none;
		
	
	}
	.titolo {
		font-size: 12px;
		text-align: justify;
		color: #ff0000; 
		margin: 5px 0px 10px 0px;
	}
	#contenuto {
		padding: 0 10px 0 10px;
	}</pre></body></html>