* {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 95%;
}

body {
	background-color: #FFE6BF;
	font-family: Verdana, Arial, sans-serif;
	color: Black;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
	font-weight: bold;
}

ul.centro {
	color: #E38900;
}

#Testata h1 {
	font-size: 1.4em;
	margin-top: .2em;
}

a {
	text-decoration: none;
	color: Black;
}

a:hover {
	color: Red;
}

form.destra {
	float: right;
}

#Contenuto ul li {
	color: #B26C00;
	font-size: 1.2em;
	list-style-type: none;
}

#Contenuto ul {
	margin: 0 1em .5em 0;
	padding: 0 .5em .5em 0;
	border-right: 1px dashed Black;
	border-bottom: 1px dashed Black;
	float: left;
}

#Contenuto ul li a {
	font-weight: bold;
	font-size: .9em;
}

#Contenuto ul li a:hover {
	color: red;
}

#Piede ul li {
	display: inline;
	list-style-type: none;
	font-size: 1.1em;
	margin: 0 1.5em;
}

#Piede li a {
	font-weight: bold;
}

#contenitoreGlobale {
	margin: 3em auto 1em auto;
	width: 55em;
	}
	
#Testata {
	border-bottom: 1px solid Black;
	margin-bottom: 1em;
}
	
#Testata img {
	float: left;
	margin-right: .5em;
}
	
#Contenuto {
	margin-bottom: 2em;
}
		
#Contenuto p {
	margin-bottom: .5em;
}
		
#Piede {
}
		
.centro {
	text-align: center;
}

.destra {
	text-align: right;
}

img.sinistra {
	float: left;
	padding: 0 .3em .3em 0;
}

img.destra {
	float: right;
	padding: 0 0 .3em .3em;
}

.small {
	font-size: 0.75em;
}

#Contenuto p.navigazione {
	margin-bottom: 1.5em;
}

p.navigazione, p.navigazione a {
	color: #B26C00;
	font-weight: bold;
}

.navigazione a:hover {
	color: red;
}

.clear {
	float: none;
	clear: both;
	font-size: .1em;
}

#Piede .small {
	text-align: center;
	color: #B26C00;
	padding-top: .5em;
	border-top: 1px dashed #B26C00;
	margin-top: 1.5em;
}

#Piede .small a {
	color: #B26C00;
}

#Piede .small a:hover {
	color: Red;
}
				
