body {
	color: #000;
	background-color: #fff;
	font-family: sans-serif;
}

.note {
	color: #555;
	font-size: 78%;
}

.numero {
	color: #cc0000;
	font-weight: bold;
}

.titolo {
	color: #669933;
	font-weight: bold;
}

.testo {
	color: #000000;
	text-align: justify;
	font-weight: bold;
}

.menu {
	color: #ffffff;
	font-weight: bold;
}

a {
	text-decoration: none;
}

.h1 {
	font-size: 200%;
}

.h2 {
	font-size: 150%;
}