.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #339999;
	text-align: center;
	background-color: #CCFF99;
	font-style: italic;
	font-variant: small-caps;
	text-transform: capitalize;
	word-spacing: 2em;


}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FF0000;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
	font-variant: small-caps;

}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #0033CC;
	text-decoration: underline blink;
}

