body {
	background-color: #FFFFFF;
	background-image: url(image/sfondo.gif);
	background-repeat: no-repeat;
	background-position: center 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.sfondo_giallo {
	background-color: #fab700;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #6b66b9;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #6b66b9;
	text-decoration: none;
}
.sfondogialloscritta {
	background-color: #fab700;
	background-image: url(image/scrittagialla.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.spazio10 {
	padding: 10px;
}

.spazio20 {
	padding: 20px;
}
