/* CSS Document */
.galleria {
	/*border: thin black solid;
	 width: 776px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
}

.galleria table {
	text-align: center;
	/*width: 776px;  perfect for default settings */
	margin-left: auto;
	margin-right: auto;
}

.galleria img {
	/* width: 190px; height: 190px; */
	border: 1px solid black;
	padding: 1px;
	background: #555;
	font-size: small;
	color: black;
	vertical-align: bottom;
}
.menunavnum{
	text-align:center;
}

.menunavnum a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-style:normal;
	color:#000033;
	font-weight: bold;
}

.menunavnum a:hover{
	color: #FF6600;
}


.testoArancio{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-style:normal;
	color:#FF6600;
	font-weight: bold;
}

