.tabella {
	height: 25px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	border: thin solid #FF0000;
	clear:;
	text-align: center;
}
.cella {
	display: block;
	border: 1px solid #000000;
	float: left;
	clear:;
	margin-right: 10px;
	margin-left: 10px;
	position: ;
	background-color: #FFFFFF;
	height: 5px;
	width: 50px;
	overflow: visible;
	left: auto;
	top: auto;
	padding: 2px;
	text-align: center;
}
.tabella .cella {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
.tabella .cella {
	font-size: x-small;
}
.tabella .cella {
}

