/* foglio di stile per tutte le pagine */
body {
	background-color: #CD9967;
	background-image: url(../img/testata.jpg);
	background-repeat: no-repeat;
	color: #663332;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contenuto {
	position: absolute;
	left: 0px;
	top: 358px;
	width: 900px;
	padding: 15px 50px 0px 50px;
	background-color: #FFCC9A;
}
.contlibospiti {
	position: absolute;
	width: 1000px;
	left: 0px;
	top: 358px;
	width: 1000px;
	padding: 15px 50px 0px 50px;
	background-image: url(../img/bck_libroospiti.jpg);
	background-repeat: no-repeat;
	background-color: #FFCC9A;
}
.testilibospiti {
	width: 400px;
	background-color: #FFFEEA;
	color: #663234;
	padding: 3px;
	
}
a, a:focus, a:link, a:visited {
	color: Maroon;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
td {
	font-size: 12px;
}
.libroospiti {
	width: 800px;
	background-color: #CD9967;
	border: 2px solid #663435;
}



