.pagina {
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-y;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

.menu a:link, .menu a:visited{
	text-decoration: none;
	background-color: #00693F;
	color: #FFFFFF;
	display: block;
	height: 20px;
	line-height: 20px;

}

.menu a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
    background-color: #008A53;
}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

.menu2 a:link, .menu2 a:visited{
	text-decoration: none;
	background-color: #900028;
	color: #FFFFFF;
	display: block;
	height: 20px;
	line-height: 20px;

}

.menu2 a:hover{
	
	text-decoration: underline;
	color: #FFFFFF;
    background-color: #BD0035;
}

.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	width: 420px;
}
#content {
	text-align: left;
	vertical-align: top;
	width: 420px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00693F;
}
a:link, a:visited {
	color: #186949;
	text-decoration: none;
}
a:hover {
	color: #00693F;
	text-decoration: underline;
}.imgdx {
	text-decoration: none;
	margin: 5px;
	float: right;
}
