/*
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
}
*/
.titolo {
	font-weight: bold;
	font-size: 125%;
	color: #630;
}
.sottotitolo {
	font-weight: bold;
	font-size: 115%;
}
.citazione {
	font-style: italic;
}
.evidenza {
	font-weight: bold;
}
.risalto {
	text-decoration: underline;
}
.risalto-maggiore {
	font-weight: bold;
	text-decoration: underline;
}
.rientrato {
	margin-left: 15px;
}
.ingrandito {
	font-size: 110%;
}
.codice {
	white-space: pre;
}
.firma {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}