.stile_testo {
	color: #ccc;
	margin: 0;
	text-align: justify;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.stile_testo_centrato {
	color: #ccc;
	margin: 0;
	text-align: center;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.stile_titolo_centrato {
	color: #665e4d;
	text-align: center;
	font: small-caps bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.foto {
	border: 2px dashed #fff;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #8c8c8a;
}
	a:visited {
	text-decoration: none;
	color: #e6e6e6;
}
a:hover {
	text-decoration: underline;
	color: white;
}
a:active {
	text-decoration: none;
}
