@charset "UTF-8";
.fondopulsanti {
	background-attachment: scroll;
	background-image: url(fondo-pulsanti.jpg);
	background-repeat: no-repeat;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.bordotratt {
	border: 2px dotted #0c4da2;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #083570;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F6841F;
}

