body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #04034F;
	margin-bottom: 0px;
	font-size: 34px;
}
p {
	font-size: 12px;
	margin: 8px;
}
strong {
	color: #04034F;
}
h2 {
	color: #04034F;
	margin-bottom: 0px;
}
.rosso {
	color: #CC0000;
	font-weight: bold;
}
h3 {
	color: #04034F;
	margin-bottom: 0px;
}
hr {
	background-color: #04034F; /*firefox*/
	color: #04034F; /*explorer*/
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dati {
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: none;
}
