h1
	{font-family:		Arial, Helvetica, sans-serif;
	font-size: 		18px;
	font-weight:		bold;
	color:			#000000;
	line-height:		120%;}

h2
	{font-family:		Arial, Helvetica, sans-serif;
	font-size: 		14px;
	font-weight:		bold;
	color:			#000000;
	line-height:		120%;}

.normal
	{
	font-family:		Futura, Arial, sans-serif;
	font-size: 		11px;
	font-weight:		normal;
	color:			#000000;
	line-height:		110%;
	vertical-align: top;
}

.copyright
	{font-family:		Futura, Arial, sans-serif;
	font-size: 		7pt;
	font-weight:		normal;
	color:			#999999;
	text-decoration:	none;
	letter-spacing:		1pt;}

.copyright:visited
	{font-family:		Futura, Arial, sans-serif;
	font-size: 		7pt;
	font-weight:		normal;
	color:			#999999;
	text-decoration:	none;
	letter-spacing:		1pt;}

.copyright:hover,
.copyright:visited:hover
	{font-family:		Futura, Arial, sans-serif;
	font-size: 		7pt;
	font-weight:		normal;
	color:			#333333;
	text-decoration:	underline;
	letter-spacing:		1pt;}


/* -------------------- Link ---------------------- */
/* --------------- Colore iniziale ---------------- */

A
{
color:			#0000CC;
text-decoration:	underline;
}

A:active
{
color:			#0000CC;
text-decoration:	underline;
}

A:visited
{
color:			#0066FF;
text-decoration:	underline;
}

/* ---------- Colore quando ci vai sopra ---------- */
A:hover,
A:visited:hover
{
color:			#FF0000;
text-decoration:	none;
}
