.stili {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
tbody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #F7EEDF;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.titolo {
	background-color: #999999;
	letter-spacing: 1px;
	word-spacing: 0em;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
}
.contenuti {
	
	color: #CCCCCC;
	font-weight: lighter;
	width: 100%;
	text-align: justify;
	text-indent: 1px;
	line-height: 18px;
	font-variant: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #333333;
}
.contenuti img {
	border: 0px solid #FFFFFF;
	float: center;
	margin: 1px;
	padding: 10px;
}
.separatori {
	background-image: url("Nuova_cartella/images/dots1.jpg");
	height: 10px;
	background-repeat: repeat-x;
}