.normale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
A:link {
	text-decoration: none;
	color: #000000;
}
A:visited {
	text-decoration: none;
	color: #000000;
}
A:active {
	text-decoration: none;
	color: #000000;
}
A:hover {
	text-decoration : underline;
	color: #000000;
}
.azzurro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004870;
	font-weight: bold;

}
.grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.normalejust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

hr {
	font-size: 2px;
	color: #004870;
}

a.blu:link, a.blu:visited, a.blu:active {
  text-decoration: none;
  color: blue;
}

a.blu:hover {
  text-decoration: underline;
  color: blue;
}

