@charset "utf-8";
 html, body, #tabella {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
   }
   #tabella {
	text-align: left;
	vertical-align: middle;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
   }.titolo {
	font-weight: bold;
	text-transform: uppercase;
}
.pulsante {
	color: #FFFFFF;
	background-color: #333333;
	width: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titolorosso {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
