body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
}
h1 {
	color: #CC0000;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 26px;
}
#areaP {
	background-color: #E5E5E5;
	width: 890px;
}
p {
	margin: 10px;
	text-align: left;
}
#footer {
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 20px;
	margin-right: 20px;
}
#contatti {
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	margin: 10px;
}
#contatti a:link {
	color: #FFFFFF;
}
#contatti a:visited {
	color: #FFFFFF;
}
#contatti a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:link {
	color: #000;
}
.menu a:visited {
	color: #000;
}
.menu a:hover {
	color: #900;
	text-decoration: none;
}
#footer a {
	color: #666;
	text-decoration: none;
}
