#Maserati250F{
	clear: both;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#Maserati250F table{
	width: 500px;
	margin-left: auto;
	margin-right: auto;		
}

#Maserati250F h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#Maserati250F td{
	text-align: center;
	padding: 5px;
}

#Maserati250F a{
	border: none;
	text-decoration: none;
}

#Maserati250F img{
	padding: 0.5em 0.5em;
	border: #000 1px solid;
	color: #000;
	background-color: #FFF;
}

/*Menu navigazione */
.menuMaserati250F{
	margin: 1em 0 1em 0;
	padding: 0;
	list-style: none;
	color: #000;
	background-color: #CCC;
	text-align: center;
}
.menuMaserati250F 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*/
}
.menuMaserati250F li{
	display: inline;
}
.menuMaserati250F a:link,
.menuMaserati250F a:visited{
	color: #000;
	background-color: #CCC;
}
.menuMaserati250F a:hover,
.menuMaserati250F a:focus,
.menuMaserati250F a:active{
	color: #F00;
	background-color: #CCC;
}