.indirizzo
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color:				#A51549;
	text-align: 		center;
}

.text
{
font-family:		times, "times new roman", "minion web", serif;
font-size:			14px;
line-height:		140%;
color:				#333333;
}

.textmini {
font-family:		times, "times new roman", "minion web", serif;
font-size:			12px;
line-height:		120%;
color:				#333333;
}

.sottotitolo
{
font-family:		times, "times new roman", "minion web", serif;
font-size:			15px;
line-height:		120%;
font-weight:		bold;
color:				#232E3D;
}


/* -------------------- Link ---------------------- */
/* --------------- Colore iniziale ---------------- */

A
{
color:#0000FF; text-decoration:none;
}

A:active
{color:#0000FF; text-decoration:none;}

A:visited
{color:#0099FF; text-decoration:none;}

/* ---------- Colore quando ci vai sopra ---------- */
A:hover,
A:visited:hover
{color:#FF0000; text-decoration:none;}