body {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				height:100%; margin:0px;
			}
			ul {
				margin: 0px;
			}
			li {
				float: Left;
				display: block;
				width:100px;
				height:25px;
				padding: 10px 15px 5px 15px;
				margin: 5px 15px 5px 15px;
				background-color:#DBDBDB;
				border :1px solid #C6C6C6;
				text-align: center;
			}
			
			.link a {
				text-decoration:none;
				float: Left;
				color: black;
				display: block;
				width:100px;
				height:15px;
				padding: 5px 15px 5px 15px;
				margin: 5px 15px 5px 15px;
				background-color:#DBDBDB;
				border :1px solid #C6C6C6;
				text-align: center;
			}
			
			.bloccomenu a {
				text-decoration:none;
				color: black;
				display: block;
				width:100px;
				height:25px;
			}
			
			
			
			a:visited {
				text-decoration:none;
				color: black;
			}
			li:hover {
				background-color:#C6C6C6;
			}
			.bloccomenu {
				
			}
			.titolo {
				font-size: 18px;
				font-weight: bold;
                                padding: 10px 15px 5px 15px;
				/*margin: 10px 15px 5px 15px;*/
			}
			.spaziatore {
				height:100px;
			}
			.footer {
				font-size: 10px;
				text-align: center;
			}
			div.clear{
				width:100%;
				height:0px;
				clear:both;
			}
			ul li a:focus {
				outline: none;
			}

			.footer a {
				text-decoration:none;
				color: black;
			}
                        .titolo-test{
                                color: #fff;
                                    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
                        }