h1 {
	font:italic 900 4em/1em georgia, serif;
	color: #FF9900;
	display: block;
	margin:50px 0 20;
	border-top: 5px ridge #336699;
	border-bottom: 2px ridge #336699;
	padding-left: 50px;
}
#autore {
	font:italic bold normal 0.9em Georgia, "Times New Roman", Times, serif;
	color: #999933;
	display: block;
	margin:50px 0 0;
	border-top: 3px ridge #336699;
	border-bottom: 6px ridge #336699;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;

}
#articolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding-bottom: 2em;
	color: #336699;
	line-height: 1.5em;


}
#articolo p {
	text-indent: 20px;
	text-align: justify;

}
#articolo p:first-letter {
	font-size: 1.5em;
	font-style: italic;
	background: #99CCCC;
	color: #FFF;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: -20px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999933;
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
}
div.immagine {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #999933;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #999933;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}
div.immagine img{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999933;
	display: block;
	padding-bottom: 1px;
}
#premessa {
	font-style: normal;
	line-height: 1.7em;
	display: block;
	text-align: justify;

}
ul {
	list-style-position: inset;
	list-style-image: url(images/puntele.gif);
}
