@charset "utf-8";
body {
	background-color: #BFE5F2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent {
	text-align: center;
	vertical-align: middle;
}
#mainContent table {
	text-align: center;
	vertical-align: middle;
}
#mainContent .textbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	margin-right: 25%;
	margin-left: 25%;
	text-align: justify;
}
#mainContent .textbox h2 {
	background-color: #CCFFFF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
#mainContent .textbox h3 {
	text-align: center;
	background-color: #FFFFCC;
}
#mainContent .textbox h4 {
	text-indent: 16px;
	list-style-type: disc;
	list-style-position: outside;
}
#mainContent .textbox p {
	text-align: justify;
}
#mainContent .textbox p.minicentrato {
	font-size: 75%;
	text-align: center;
}
#mainContent .textbox blockquote {
	background-color: #CCFFFF;
	padding: 15px;
	margin: 3px;
	color: #333333;
}
#mainContent  .textbox  img.perso {
	text-align: center;
	border: thin solid #666666;
}
#mainContent .textbox img.pad {
	padding-right: 6px;
	padding-left: 6px;
}
#menufoot {
	margin-right: 25%;
	margin-left: 25%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	border: thin solid #999999;
	padding-top: 4px;
	padding-bottom: 4px;
}
.centrato {
	text-align: center;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #00CCFF;
	text-decoration: none;
}

