body {
	background-color: #003300;
	margin: 0px;
	background-image: url(../images/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height: 190px;
	text-align: center;
	margin-top: 20px;
}
#menu {
	width: 263px;
	background-image: url(../images/menu.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #003300;
}
hr {
	color: #FFFFFF;
	height: 1px;
	margin-top: 30px;
}
#footer {
	text-align: center;
	color: #666666;
	font-size: 10px; 
	padding-bottom: 10px;
}
h1 {
	color: #FFFFFF;
	font-size: 24px;
	margin-left: 16px;
	margin-top: 10px;
}
h2 {
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}
p {
	margin-left: 16px;
	color: #FFFFFF;
	font-size: 12px;
}
p a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
p a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
p a:hover {
	color: #00FF00;
	text-decoration: none;
}
ul {
	margin-left: 16px;
}
li {
	color: #FFFFFF;
	list-style: none;
	padding-bottom: 20px;
}
li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
li a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.dati {
	font-size: 12px;
	color: #FFFFFF;
}
