.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: red;
	font-weight: bold;
}
.testo {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;

}
.link {
	text-decoration: underline;
	border: none;
	font-family: Tahoma;
	font-size: 12px;
	color: #0000CC;
}


.data {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: Olive;
}

a:active {
	color: #663300;
}


