	div {
		text-align: center;
	}
	
	h1 {
		font-family: Arial;
		font-size: auto;
		font-weight: bold;
		text-align: center;
	}
	
	p, pre {
		font-family: Arial;
		font-size: auto;
		font-weight: bold;
		line-height: 1.6;
		margin: auto;
		color: #9400d3;
		text-align: center;
	}
	
	body {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	header{
		background-color: #78CB45;
		color: black;
		text-align: center;
		padding: 1em 0;
		width: 100%;
	}

	nav {
		text-align: center;
		background-color: #163355;
		position: -webkit-sticky; /* per supportare Safari */
		position: sticky;
		top: 0;  /* l'elemento aderirà al bordo superiore del suo contenitore quando si scorre */
	}

	nav a {
		padding: 14px 20px;
		display: inline-block;
		color: white;
		text-decoration: none;
	}
	
	nav a:hover {
		background-color: #555;
	}

	section {
		margin-bottom: 20px;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
		background-color: #E1E1FF;
		border-radius: 8px;
	}

	footer {
		background-color: #333;
		color: white;
		text-align: center;
		padding: 1em 0;
		bottom: 0;
		width: 100%;
	}
	
	img, video{
		max-width: 100%;
		height: auto;
	}
	iframe {
		max-width:100%
	}
	
	
	/*Formattazione sezione Header*/
	#TabellaLogo {
		width: 100%;
        border-collapse: collapse;
        margin: auto;
    }
	#Logo {
		text-align: center;
	}	
	#Facebook {
		text-align: left;
	}
	#Instagram {
		text-align: right;
	}
	
	
	/*Formattazione sezione Menu*/
	#menu {
		text-align: center;
		width: 100%;
		font-size: auto;
	}
	
	
	/*Formattazione sezione Home*/
	#TabellaHome {
        border-collapse: collapse;
        margin: auto;
		width: 99%;
		text-align:center;
		background-color: #000000;
    }
	
	
	/*Formattazione sezione ChiSiamo*/
	#TabellaChiSiamo{
        border-collapse: collapse;
        margin: auto;
		width: 80%;
		height: auto;
		text-align:center;
    }
	
	
	/*Formattazione sezione Prodotti*/
	.TabelleProdotti {
		max-width: 90%;
        border-collapse: collapse;
        margin: auto;
		width: 70%;
        border: 1px solid #ddd;
        text-align: center;
    }
	#ProdottiVuota{
		padding-left: 50px;
		padding-right: 50px;
	}
	
	
	/*Formattazione sezione Contatti*/
	#TabellaCont {
        border-collapse: collapse;
        margin: auto;
		max-width: 95%;
    }	
    #TabellaCont th, #TabellaCont td {
        border: 1px solid #ddd;
        text-align: center;
    }
    #TabellaCont th {
        background-color: #f2f2f2;
    }

	/*Formattazione sezione Footer*/
	#TabellaFooter {
		border-collapse: collapse;
        margin: auto;
		width: 99%;
		text-align:center;
	}