/* CSS document */
html,body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF6CF;
	text-align: justify;
}
body {
	font-size: 11px; 
	font-family: verdana;
	text-align: justify;
}
a {
	font-size: 11px; 
	font-family: verdana;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 11px; 
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div#h3 {
	padding: 5px;
	background-color: #ffffff;
	display: block;
	width: 610px;
	text-align: justify;
	border-left: #913715 1px solid;
	border-right: #913715 1px solid;
}
/* classi per la formattazione dei contenuti */
div#h3 center {
	text-align: center;
}
div#h3 img {
	border: #913715 2px dashed;
}
div#h3 a {
	font-family: verdana;
	font-size: 11px;
	color: #4a4a4a;
	text-decoration: none;
	background-color: #FFF6CF;
}
div#h3 a:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #4a4a4a;
	text-decoration: underline;
	background-color: #ffffff;
}
div#h3 STRONG {
	font-family: verdana;
	font-size: 11px;
	color: #913715;
	font-weight: bold;
}
div#h3 em {
	font-family: verdana;
	font-size: 11px;
	color: #913715;
	font-style: italic;
	text-decoration: none;
}
div#dati {
	background-color: #FFE9BB;
	border-top: #913715 1px solid;
	border-bottom: #913715 1px solid;
	padding: 2px;
	font-family: verdana;
	font-size: 11px;
	color: #4a4a4a;
	text-align: left;
}
div#dati b {
	font-family: verdana;
	font-size: 11px;
	color: #913715;
	font-weight: bold;
}
div#continua {
	text-align: right;
	border-top: #9F7800 1px solid;
	border-bottom: #9F7800 1px solid;
	background-color: #ebebeb;
	padding: 2px;
}
div#continua a {
	font-family: verdana;
	font-size: 11px;
	color: #4a4a4a;
	text-decoration: none;
	background-color: #FFF6CF;
	font-weight: bold;
}
div#continua a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #913715;
	text-decoration: none;
	background-color: #ffffff;
	font-weight: bold;
}
div#right {
	text-align: right;
}