/* SEZIONE COMUNE */body {	color: #e9eaea;	font-size: 14px;	font-family: Palatino Linotype, Serif;	background-color: #909498;	margin: 0px;}#header {	width: auto;	height: 140px;	background-image: url('header.png');	background-repeat: repeat-x;	color: #000;	}#header a {	color: red;	}	#content {	text-align: center;}#bottom { margin-top: 50px; }.title {	font-family: georgia, serif;	font-weight: bold;	font-size: 26pt;	font-variant: small-caps;	margin: 10px;}.subtitle {	width: 800px;	font-family: Palatino Linotype, serif;	/*font-family: Lucida Console, monospace;*/	font-weight: lighter;	margin-left: 10px;	display: block;}.authors {		font-family: Palatino Linotype, serif;	font-weight: lighter;	color: red;}.right {	float: right;}.left {	float: left;}.center {	text-align: center;}table {	position: absolute;	top: 150px;	left: 50%;	width: 900px;	margin-left: -450px;	border-collapse: collapse;	table-layout: fixed;}td.breaker {	height: 20px;	background-color: #606468;}td {	min-width: 260px;	font-weight: bold;	background-color: #CCC;	border: 1px solid black;	text-align: center;}td.cell {	width: 350px;	height: 250px;}td.cell:hover {	background-color: #909498;}td.desc {	font-size: 12px;	font-family: Lucida Console, monospace;	padding: 5px;	text-align: justify;}#back {	color: #000;}#ad {	width: 120px;	height: 600px;	position: absolute;	margin-left: 740px;	top: 260px;	border: 1px solid #aaa;	display: block;}img {	border: 2px solid #909498; }img:hover { border: 2px solid #ccc; }a:link { color: #AAA; text-decoration: none; }a:visited { color: #CCC; text-decoration: none; }
