.titolo {
	font-family: 'Molengo';
	font-size: 20px;
	font-style: normal;
	color: #CCCCCC;
	text-align: center;
	text-transform: uppercase;
	vertical-align: text-top;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c353e;
}
testo:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none
}
a:visited {
	font-family: 'Molengo', Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #2c353e;
	text-decoration: none;
}

a:hover {
	font-family: 'Molengo';
	font-style: normal;
	color: #333333;
	text-decoration: underline;
}

a:active {
	font-family: 'Molengo';
	font-style: normal;
	text-decoration: none;
	color: #333333;
}
.testopiccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	font-style: normal;
}

.testopiccololight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
	font-style: normal;
	text-transform: none;
}
.testoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c353e;
	font-weight: bold;
}
a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #BBBBBB;
	text-decoration: none;
}