@charset "utf-8";
.Titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: italic;
	color: #FF0033;
	font-weight: 400;
	text-decoration: underline;
}

.Evidenziato {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12pt;
}


.Normale {
	color: #2A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
.Sottotitolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #660000;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}



body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0.5cm;
}

