body {
	background-color: #FFF;
	margin: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #B7B8C1;
	border-top: 1px solid #B7B8C1;
	font-size: 20px;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
}
h4 {
	text-align: left;
	padding-left: 18px;
	font-size: 14px;
}

a:link {
	font-weight: bold;
	color: #009341;
	text-decoration: none;
}

a:visited {
	color: #009341;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #5DAD35;
	text-decoration: none;
	font-weight: bold;
}

.testi {
	font-size: 75%;
}
.colsx {
	font-size: 75%;
	text-align: right;
	padding-right: 20px;
}
.menu {
	float:left;
	color: #009341;
	margin: 0em;
	padding: 0.3em 1.8em 0.3em 1.8em;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009341;
}
.voceattiva {
	color: #009341;
}
#menu{
	width: 100%;
	font-size: 75%;
}
#menu ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}
#menu li{
	display: inline;
	margin: 0;
	padding: 0;
}
#menu a:link, #menu a:visited{
	float:left;
	color: #B7B8C1;
	margin: 0em;
	padding: 0.3em 1.8em 0.3em 1.8em;
	font-weight: bold;
	text-decoration: none;
	border-top: 5px solid #B7B8C1;
}
#menu a:hover, #menu a:focus, #menu a:active{
	color: #5DAD35;
	border-top: 5px solid #5DAD35;
}

.testi img {
	margin-right: 15px;
	margin-bottom: 10px;
}

