/* Stili generici per l'elemento body */
body {
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	color: Maroon;
	background: #FAF1C3 top;
	margin: 0px;
	text-align: center;
}

a, a:active, a:visited, a:link, a:hover {
	color: Teal;
	text-decoration: none;
	font-size: small;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	text-align: justify;
}

/* Stile della sezione "contenuto" */

#contenuto {
	background: #FAF1C3 top;
	border: thin dashed;
	color: Maroon;
	margin: 10px auto;
	text-align: left;
	width: 750px;
}

/* Stile della sezione "main" */
#main {
	color: Maroon;
	background-color: #FAF1C3;
	width: 750px;
	height: 500px;
	float: center;
	background-image: url(../foglie02.jpg);
	font-weight: bold;
}

#main td{
	font-size: x-small;
	text-align: justify;
}

#main h2{
	font-size: xx-small;
	text-align: right;
}

#main h3{
	text-align: center;
	border: none;
	font-size: large;
}

#main img{
	border: none;
}

#main p {
	text-align: center;
}



