/* CSS Document */

.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	font-weight: bold;

}

.testo {
	color: #000000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;

}
.didascalia
{
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;

}