body {
	background-color: #AF2D2D;
}

.titolo {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: AF2D2D;
	text-align: center;
}
.testo {
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}
a.link{
	font-family: Tahoma;
	font-size: 12 px;
	color: #000000;
	text-decoration: none;
}

a.link:hover {
	font-family: Tahoma;
	font-size: 12 px;
	color: #AF2D2D;
	text-decoration: none;
}
.testocentrato {
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
}
