.pagina {
	background-color: #FFFFFF;
	width: 760px;
	height: 100%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.testo {
	background-color: #FFFFFF;
	clear:left
}
.testo a:link, .testo a:visited {
	color: #006600;
	text-decoration: none;
}
.testo a:hover, .testo a:active{
	color: #006600;
	text-decoration: underline;
}
.menu {
	float: right;
	width: 200px;
	margin-top: 10px;
}
.intestazione {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.elenco {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #006600;
	padding: 5px;
	margin: 5px;
}
.elenco a:link, .elenco a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.elenco a:hover, .elenco a:active{
	text-decoration: underline blink;
	color: #FFFFFF;
}
h3 {
	color: #006600;
}
.img_destra {
	float: right;
	border: thin solid #006600;
	margin: 5px;
	padding: 3px;
}
.img_sinistra {
	float: left;
	border: thin solid #006600;
	margin: 5px;
	padding: 3px;
}
strong {
	color: #006600;
}
em {
	color: #006600;
}
h2 {
	font-size: medium;
	color: #FFFFFF;
	background-color: #006600;
	width: 300px;
	position: relative;
	top: 0px;
	right: 0px;
	height: 2px;
}
.cellaIntestazioneDati {
	color: #060;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #060;
	border-bottom-color: #060;
}
.cellaDati {
	color: #666;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #060;
}
