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