body {
	background:rgb(120,180,250);
	color:blue;
}
.titolo {
	background:green; color:white; font-size:1.4em;
}
.sezione {
	background:lightgrey; color:black;
}

td {
  background:rgb(180,190,200);
  color:rgb(20,0,0);
  padding: 8px 10px;
}

th {
  background:rgb(70,120,140);
  color:rgb(250,250,250);
  padding: 8px 10px;
}
