/* CSS Document */

body {
	margin: 0px;
	background-color: #AAA79E;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 18px;
	color: Black;
	letter-spacing: 0.02em;
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #67665E;
	height: 25px;
	margin-top: 25px;
}

h2 {
	width: 520px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #2AA202;
	background-image: url(img/sfondo-titolo.gif);
	background-repeat: repeat-x;
}

h3 {
	margin-top: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 100%;
}

input, textarea  {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Green;
}
.titoloverde {
	font-weight: bold;
	color: #2AA202;
}

#foto img{
	margin: 5px;
	border: 1px;
	border-style: solid;
	border-color: Green;
}