html,body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #008fde;
}
#contenuto {
	text-align: left;
	margin: 0 auto;
	width: 700px;
}
#pagina {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 5px;
	border: 2px solid #0066CC;
	height: 540px;
}
#foto {
	float: left;
	width: 300px;
	height: 360px;
	margin-left: 5px;
}
#centra {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 320px;
	text-align: center;
}
#links {
	text-align: center;
	margin: 0px;
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066CC;
	font-size: 11px;
}
#statistica {
	display:none;
}
h1 {
	font-size: 24px;
	color: #006600;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 13px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;
	background-color: #FFFFDF;
}
.grande {
	font-size: 18px;
}
