@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../sfondo_sito.jpg);
	text-align: center;
}

.home {
	font-family: Arial, Helvetica, sans-serif;
}
.attenzione {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.in_rosso {
	font-size: 20px;
	color: #FF0000;
	text-align: justify;
}
.testo {
	color: #FFFFFF;
	font-size: 16px;
	text-align: justify;
}
