.tabella {
	width:97%;
	border:none;
}
.mese {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#0A1B46;
	font-weight: bold;
}
.settimana {
	background-color:#EDD9B9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#0B154B;
}
.giorno {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#0A1B46;
	padding: 2px;
}
.giorno #today {
	font-weight: bold;
	color: #FFFEFE;
	background-color: #0A1B46;
}
