.menu, .menu:active,.menu:link {
	font-family : Verdana,sans-serif;
	font-size : 16px;
	color : Green;
	text-decoration : none;
	font-weight : bold;
}
.sottomenu, .sottomenu:active,.sottomenu:link {
	font-family : Verdana,sans-serif;
	font-size : 12px;
	color : Green;
	text-decoration : none;
	font-weight : bold;
}
.menu:hover {
	font-family : Verdana,sans-serif;
	font-size : 16px;
	color : black;
	text-decoration : none;
	font-weight : bold;
}
.sottomenu:hover {
	font-family : Verdana,sans-serif;
	font-size : 12px;
	color : black;
	text-decoration : none;
	font-weight : bold;
}

.titoloCentrale {
	font-family : Verdana,sans-serif;
	font-size : 24px;
	color : Green;
	text-decoration : none;
	font-weight : bold;
}
.testo {
	font-family : Verdana,sans-serif;
	font-size : 12px;
	color : black;
	text-decoration : none;
}