html, body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
h1 {
	margin-top: 0px;
}
#noflash {
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
}
#flashcontent {
	margin: 0px;
	height: 100%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
h2 {
	font-size: 24px;
	margin: 20px 0px 0px;
	color: #000000;
}
h3 {
	font-size: 16px;
	margin: 10px 0px 0px;
	color: #000000;
}
h3 span {
	font-weight: normal;	
}
h3 em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
p {
	margin: 20px 0px 0px;
	font-size: 12px;
	line-height: 16px;
}
a {
	color: #000000;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul li {
	padding: 0px 0px 10px 0px;
}
ul li ul li {
	padding: 0px 0px 0px 10px;
}
#logo {
	text-indent: -9000px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 60px;
	margin-bottom: 20px;
}
.gallery {
	overflow: hidden;
	clear: both;
}
.gallery a {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}
.gallery h3 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 45px;
}
.review {
	margin: 10px 0px 30px;
	font-size: 12px;
	line-height: 18px;
}
.review div {
	width: 400px;
	height: 20px;
	clear: both;
	border-bottom: 1px solid #cccccc;
}
.review span {
	display: block;
	float: left;
}
.review em {
	display: block;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
hr.bottom {
	margin: 20px 0px 20px;
}
.black {
	color: #000000;
}
.red {
	color: #FF0000;
}
<!-- mod: diego, 15 ott 08, 20:30 -->