/* TITOLI */
/* h1 */
h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 170%;
	font-weight: bolder;
/*	font-variant: small-caps;	*/	
	text-align: center; 
	letter-spacing: 1px;
	margin: 0px;
	color: #666666; 
}
.h1home { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 170%;
	font-weight: bolder;
	color: #993333;
	font-variant: small-caps;		
	text-align: center; 
	letter-spacing: 1px;
	margin: 0px;
	margin-top: 10px;
}

/* h2 */
h2 {
	font-size: 150%;
	color: #999999; 
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px; 
	margin: 0px 0px;
	font-variant: normal;
    padding: 0px 0px;
	font-family: Trebuchet Ms, Georgia, "Times New Roman", Times, serif; 
}
.h2home { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 150%;
	font-weight: bolder;
	color: #993333;
	font-variant: normal;		
	text-align: center; 
	letter-spacing: 1px;
	margin: 0px;
	margin-top: 10px;
}
/* h3 */
h3 { 
	text-align: left; 
	letter-spacing: 1px;
	margin: 0px;
	font-size: 120%;
; color: #666666
; font-family: "Times New Roman", Times, serif
}
/* h4 */
h4 {
	font-size: 120%;
	color: #990000; 
	text-align: left; 
	letter-spacing: 1px;
	margin: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal; 
	font-style: italic;
}
/* Titolo che di solito dovrebbe coincidere con l'H3 */
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000066;
	background-color: #F0F5F9;
	border: 1px #7C8FA3 solid;
	padding: 2px;
	}
/* h2 della homepage per le sezioni "news", "sport" e "rassegna stampa"  */	
.titolohome {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif; 
    font-weight: bold;
	font-size: medium;
	/*color: #336699;*/
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	}
/* titolo per l'indice sinistro della home*/ 
.indice {
	font-size: small; 
	font-weight: bold;
	color: #990000; 
	padding: 2px;
	text-align: left;
	}
