.testo {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #203E78;
}
a.testo:link { color: #203E78; text-decoration: underline }
a.testo:hover { color: black; }
a.testo:visited { color: #666666 }
a.testo:active { color: #666666 }

.testo_italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #203E78;
	font-style: italic;
}

.testo_arial {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #203E78;
}
a.testo_arial:link { text-decoration: underline }
a.testo_arial:hover { color: black }

.codice_prodotto {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #203E78;
}

.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #203E78;
}
a.bold:link { text-decoration: underline }
a.bold:hover { color: black }

.email {
	font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #203E78;
}
a.email:link { text-decoration: underline }
a.email:hover { color: black }

.nomiOggetti {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #203E78;
	line-height: 12pt;
}
a.nomiOggetti:link { text-decoration: underline }
a.nomiOggetti:hover { color: black; }

