body, p, br, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #330000;
	background-image: url(immagini/bodyBack.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF9EC;
}
textarea, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #660000;
	background-color: #DCC798;
	border: 0px;
	width: 200px;
}
table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DCC798;
	border-left-color: #DCC798;
	font-size: 11px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
#contenitore {
	background-image: url(immagini/contenutiBack.jpg);
	background-repeat: repeat;
}

#contenuti {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF9EC;
	padding: 20px 30px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #DCC798;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight: bold;
	/*color: #C8A65F;*/
}
/*h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF9EC;
	font-weight: bold;*/
}
ol {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
}
li {
	margin-bottom: 15px;
}
/*li:first-line {
	font-weight: bold;	
}*/
#bottom {
	font-size: 9px;
	color: #DCC798;
}
#bottom a {
	color: #DCC798;
	text-decoration:none;
}
#bottom a:hover {
	color: #DCC798;
	text-decoration:underline;
}
