.sfondo {
	background-image: url(../images/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.test {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;



}
body {
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
}
table,tr,td {
	color: #000000;
}
#navigazione a:hover {
	font-weight: bold;
	background: #ffcc00;
	color: #000;
	text-decoration: none;	
	}
#navigazione a:focus {
	font-weight: bold;
	background: #ccffff;
	color: #000;
	text-decoration: none;	
	}	
#navigazione a.active {
	font-weight: bold;
	background: #3366ff;
	color: #000;
	text-decoration: none;	
	}
#navigazione a {
	font-weight: bold;
	background: #CCCCCC;
	color: #333;
	text-decoration: none;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
