/*
Foglio di stile scritto da Paolo Rizzello (dall'idea di Stefania Molentino): tutti i diritti sono riservati
La riproduzione, anche parziale, è vietata
*/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding-left: 20px;
	/*text-align: justify;*/
	
}

h1, h2, h3, h4, h5 {
	padding-left: 20px;
	font-weight: normal;
}

.profilo h3 {
	font-size: 30pt;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
	font-weight: bolder;
}

.notimportant {
	color: #2a2a2a;
}

.data {
	font-family: Trebuchet MS, Verdana;
	font-weight: normal;
	font-size: 12pt;
}
.autore {
	font-family: Trebuchet MS, Verdana;
	font-weight: normal;
	font-size: 10pt;
	text-align: right;
}

