@charset "utf-8";
.tabellacentro {
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8DBB13;
	border-right-color: #8DBB13;
	border-bottom-color: #8DBB13;
	border-left-color: #8DBB13;
}
.testo {
	list-style-position: outset;
	list-style-image: url(../immagini/tabulazione.gif);
}
