@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3E6E9;
	background-image: url(img/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
.italicus {
	font-style: italic;
	color: #666666;
}

.cornice {
	border: 1px solid #00508B;
}
  a{
	text-decoration:none;
	color: #000000;
  }
    a:hover {
	text-decoration: underline;
	color: #000000;
  }#riga_blu {
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00508B;
}

