/* Stili per body e links */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
a {
	color: #6495ED;
}
/* Stili per la testata */
h1 {
	display: none;
}
/* fondo pagina */
#footer {
	font-size: 10px;
	margin: 5px;
	padding: 5px;
	color: #B7B793;
	background-color: #000000;
	position: relative;
	letter-spacing: normal;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}


