body {
color: Navy;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.center {
	text-align: center;
}

.grande {
	font-size: xx-large;
}
.medio {
	font-size: large;
}
.mediopiccolo {
	font-size: 0.8em;
}
.piccolo {
	font-size: x-small;
}

.scuro {
	color: #400000;
	background-color: #EAEBEF;

}
.verde {
	color: #3E6427;
	background-color: #EAEBEF;
}

.viola {
	color: #710077;
	background-color: #EAEBEF;
}
.blu {
	color: #292466;
	background-color: #EAEBEF;
}

.box1{
	background-color: #EAEBEF;
	color: Navy;
	text-align: left;
	text-indent: 2%;
	font-size: small;
}

.box2 {
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Sfondo1.jpg);
	background-color: transparent;
	text-align: center;
	
	border-right: 1px solid #D4D6DD;
	border-left: 1px solid #E7E8EC;
	
}
.box4 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Sfondo1.jpg);
	background-color: transparent;

	
	border-right: 1px solid #D4D6DD;
	border-left: 1px solid #E7E8EC;
	
}

a:link {
	color: #003F71;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #3E6427;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CE0000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

table.indice {
	font-size: x-small;
	width: 800px;
}
table.indice td {
	width: 10%;
	border-bottom: 2px #aaa;
	border-left: 1px #ccc;
	border-top: 1px #ccc;
	border-right: 2px #aaa;
	color: Navy;
	background:  #F6F2C2;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}
table.home {
	font-size: small;
	width: 800px;
	text-align: left;	
}
table.home td {
	background: transparent;
	padding: 4%;
	width: 50%;
	vertical-align: top;
}
table.info {
	font-size: medium;
	width: 50%;
	text-align: center;
}
table.info td {
	padding: 1%;
	width: 40%;
	border-bottom: 2px #aaa;
	border-left: 1px #ccc;
	border-top: 1px #ccc;
	border-right: 2px #aaa;
	background: transparent;
	border-style: solid;
	vertical-align: middle;
	margin: 1%;
}
h1 {
	text-align: center;
}
ol {
	margin-left: 30px;
}

img {
	border: 0px;
	vertical-align: middle;
}
img a {
	cursor: pointer;
	vertical-align: middle;
}
img a:hover {
	background-color: transparent;
}
