h1 {
	text-align: center;
}
a:hover {
	color: blue;
	background-color: #00ffff;
}
*.invisible {
   display: none;
   color: white;
   background-color: white;
}
*.sser {
	font-family: sans-serif;
}
body {
   color: black;
/*   background-color: white; */
   background: url(img/sfondo.png) white repeat-y right; 
   font-family: "Arial", "Helvetica", sans-serif;
}
div.banner h1 {
    margin-bottom: 0pt;
}
div.banner {
	text-align: center;
    	font-weight: bold;
	color: black;
    	background: url(img/gradiente.png) white repeat-x;
	border: none;
	margin-bottom: 0pt;
}
div.hbar {
	text-align: center;
    	font-weight: bold;
	color: black;
/*    	background-color: #eaefe6; */
    	background: url(img/gradientebarra.png) white repeat-x;
	border: none;
	padding: 0.4em;
	margin: 0px;
}
div.main {
	color: black;
	margin-left: 18%;
	margin-right: 18%;
}
div.small {
   	font-size: small;
	text-align: center;
}
div.piccolo {
   	font-size: small;
	text-align: left;
}
div.centrato {
	text-align: center;
}
