body {
	background-color: #F2FFF2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}

h1 {
	font-size: 18px;
	color: #155405;
	
}
.testo {
	font-size: 12px;
}

.testo-piccolo {
	font-size: 10px;
}
.testo-grande {
	font-size: 13px;
	font-weight: bold;
	color: White;
}
a, a:active {
	color:#155405 ;
	text-decoration: underline;
	background-color: #B4F9A3;
}
a:hover {
	color: #D6001D;
	text-decoration: underline;
}
