.zatta {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-weight: 900;
	color: #666666;
	text-decoration: none;
}
.telefono {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: 900;
	color: #666666;
	padding-left: 10px;
}
.corniceBianca {
	border: 1px solid #FFFFFF;
}
.dx {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.mail {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: 900;
	color: #999;
	text-decoration:underline;
	padding-left: 10px;
}

.mail:hover {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: 900;
	color: #ff0000;
	text-decoration:underline;
	padding-left: 10px;
}