body {
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	font-family: Verdana;
	font-size: 12px;
}

a {
	color: #0055AA;
	text-decoration: none;
#	border: 0px 0px 0px 0px;
}

a:visited {
	color: #0055AA;
#	border: 0px 0px 0px 0px;
}

a:hover {
	color: #7700EE;
	text-decoration: underline;
}

h2 {
	font-size: 20px;
	text-decoration: underline;
	text-align: left;
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: lower-latin;
}

#container {
	margin-left: 5%%;
	margin-right: 5%;
	margin-top: 0px;
	padding-left: 10px;
/*	border-left: solid 1px #000;
	border-right: solid 1px #000;*/
} 

#header {
	
}

#footer {
	font-size: 10px;
	text-align: center;
}

#body {
	height: 80%;
}

#locandina {
	position: absolute;
	right: 1%;
	top: 3%;
	width: 384px;
}

#locandina img {
	width: 40%;
}

