.scroll {
	background-color: 666666;
	overflow: auto;
	position: relative;
	height: 275px;
	width: 233px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.ipianelli.com/sfondo-HTML.jpg);
}

.header {
	background-color: #fff0d1;
}
.corpo {
	background-color: #666666;
	border: thin solid #000000;
}
.laterale {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.testo_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: left;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}
a.menu {
	color: #000000;
	text-decoration:none
}
a.menu:hover {
	color: #ffffff;
	text-decoration:underline
}
