@charset "UTF-8";
.bordino {
	border: thin solid #008A2E;
}
.testo_ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.didascalia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	font-style: italic;
}
.titoletti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
}

.piede {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.piede a {
	text-decoration: none; color: #999999;
}
.piede a:hover {
	text-decoration: none; color: #999999;
}

