@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
}
body {
	background-image: url(bg.png);
}
.title {
	text-align: center;
	font-weight: bold;
	font-size: xx-large;
}
.menu {
	text-align: center;
}
.minititolo {
	font-size: x-large;
	text-align: center;
}
.contatore {
	text-align: center;
}
.testo {
	text-align: justify;
}