div.argomento {
	font-family : Times New Roman, Roman, Times, Arial, sans-serif;
	font-size :16px;
	color : black;
	font-weight : bold;
	text-decoration : none;
}

div.titolo {
	font-family : Times New Roman, Roman, Times, Arial, sans-serif;
	font-size :24px;
	color : black;
	font-weight : bold;
	text-decoration : none;
}

div.autore {
	font-family : Times New Roman, Roman, Times, Arial, sans-serif;
	font-size :14px;
	color : black;
	text-decoration : none;
}

div.testo {
	font-family : Times New Roman, Roman, Times, Arial, sans-serif;
	font-size :14px;
	color : black;
	text-decoration : none;
}

span.corsivo {
	font-family : Times New Roman, Roman, Times, Arial, sans-serif;
	font-size :14px;
	color : black;
	font-style : italic;
	text-decoration : none;
}

span.grassetto {
	font-family : Times New Roman, Roman, Times, Arial, sans-serif;
	font-size :14px;
	color : black;
	font-weight : bold;
	text-decoration : none;
}

