@charset "utf-8";
body {
	background-color: #EAE6D7;
}
.tabella {
	background-color: #DAD3B9;
	border: 1px solid #000000;
	padding: 5px;
}

.testo_titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.testo_rosso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
a {
	text-decoration: none;
}
