#lotus78{
	clear: both;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#lotus78 table{
	width: 500px;
	margin-left: auto;
	margin-right: auto;		
}

#lotus78 h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#lotus78 td{
	text-align: center;
	padding: 5px;
}

#lotus78 a{
	border: none;
	text-decoration: none;
}

#lotus78 img{
	padding: 0.5em 0.5em;
	border: #000 1px solid;
	color: #000;
	background-color: #FFF;
}

/*Menu navigazione */
.menuLotus78{
	margin: 1em 0 1em 0;
	padding: 0;
	list-style: none;
	color: #000;
	background-color: #CCC;
	text-align: center;
}
.menuLotus78 a{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; /*80%;*/
	font-weight: bold;
	padding: 6px; /*distanza tra i link*/
}
.menuLotus78 li{
	display: inline;
}
.menuLotus78 a:link,
.menuLotus78 a:visited{
	color: #000;
	background-color: #CCC;
}
.menuLotus78 a:hover,
.menuLotus78 a:focus,
.menuLotus78 a:active{
	color: #070;
	background-color: #CCC;
}
