body {
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
br {
font-size: 8px;
}
#areaMenu li {
	list-style: none;
	margin-left: 6px;
}
#areaBody {
	border: solid;
	border-width: 1px;
	border-color: #8D7C62;
	padding-bottom: 10px;
	padding-right: 10px;
}
#areaMenu {
	width: 160px;
	border: solid;
	border-width: 1px;
	border-color: #8D7C62;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
p {
	padding-left: 5px;
}
h1 {
	color: #000;
	font-size: 16px;
	margin-left: 5px;
}
h2 {
	color: #663300;
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 14px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}
#footer {
	font-size: 10px;
	color: #8D7C62;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #8D7C62;
}
#areaBody a:link {
	text-decoration: underline;
	color: #000000;
}
#areaBody a:visited {
	text-decoration: underline;
	color: #000000;
}
#areaBody a:hover {
	text-decoration: none;
	color: #663300;
}
#areaMenu a:link {
	text-decoration: underline;
	color: #663300;
}
#areaMenu a:visited {
	text-decoration: underline;
	color: #663300;
}
#areaMenu a:hover {
	text-decoration: none;
	color: #000;
}