body{
	background-color : #024b1c;
    background-image: url(images/sfondo.jpg); background-repeat: no-repeat; background-position: bottom right; background-attachment: fixed;
	margin: 0px;

}

.nuovomenu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #029837;
}

.paragrafo{
	font-size: 18px;
	color: #029837;
}
.content{
font-size: 14px;
	color: #029837;
}
span{
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
}
div#container{
	width: 760px;margin: 0 auto;text-align: left;
}
div#navigation{
	float:left;width: 13em
}
div#navigation ul{
	margin: 1em 0 1em 0;padding: 0; list-style-type: none;
}
div#navigation li{
	margin: 0;padding: 0
}
div#navigation a{
	color:#029837;font: normal bold 1.2em/1.6em arial,sans-serif;text-decoration: none
}
div#navigation a:hover{
	color: #033;text-decoration: underline
}
div#navigation a#activelink{
	color: #033;text-decoration: none
}
