body {
	background-color: #803b2c;
	color: #f6f5c8;
	font-family: Arial;
	font-size: 18px;
}

.titolo{
	text-transform: uppercase;
	font-size: 12px;
	color: #E9E77A;
	font-family: "Arial Narrow";
}

table {
	font-size: 12px;
}

p {
	padding: 2px;
	line-height: 20px;
	text-align: justify;
}


#desc {
	margin-bottom: 10px;
}

img {
	border: none;
}

.testo {
	padding: 10px 103px 2px;
}

a {
	text-decoration: none;
	font-family: "Arial Narrow";
	color: #f6f5c8;
	text-transform: uppercase;
	border: none;
}

a:hover {
	color: #E9E77A;
}

a:active {
	color: #E9E77A;
}

a.thumbs {
	color: #7F4011;
	border: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	text-decoration: none;
}

a.thumbs:hover {
	color: #E9E77A;
	border: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	text-decoration: none;
}

.thumb {
	border: solid;
	border-width: 1px;
	border: black;
	padding: 0px;
}

#placeholder {
	background:#fff 50% 50% no-repeat;
}

.hidethis {
	display: none;
}