<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<style type="text/css">
<!--
.testo {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-indent: 2px;
	
}
.testo a {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #B09290;
	font-weight: bold;
	text-decoration: none; 
}
.testo a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #004820;
	font-weight: bold;
	text-decoration: none; 
}
.colonna {font-family: "Times New Roman", Times, serif;font-size:13px; text-indent: 2px; font-weight: bold;}
.colonna a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color:#FAD3B3; /* Questo è il colore del link */
	display: block; /* Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
	text-decoration: none; /* Eliminiamo la sottolineatura del link */
	background-color: #B09290;
}
.colonna a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #004820; /* Cambiamo il colore del link al passaggio del mouse */
	background-color: #FAD3B3; /* Cambiamo il colore di sfondo al passaggio del mouse */
	text-decoration: none;
}

-->
</style>
</body>
</html>

