/* CSS Document */
.testo {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
    color: #043463;
	font-weight: normal;
    font-variant: normal;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5;
} 
A:LINK {
color : #043463;
text-decoration: none
} 
A:VISITED {
color : #043463;
text-decoration: none
} 
A:HOVER {
color : #245689;
text-decoration : none;
} 
A:ACTIVE {
color : #245689;
text-decoration: none;
}	

