body {
	background-color: #0E252C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
	-webkit-text-size-adjust: none;
}
#main {
	background-color: #ffffff;
	background-image: url(backgr.png);
	background-position: top;
	background-repeat: repeat-x;
		width:100%;
		margin:5% auto;
		padding:1%;
		border: 2px solid #cccccc;
		margin-top: 1%;
		margin-bottom: 1%;
		height: 90%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px; 
}
h1 {
	text-align: center;
	border-bottom-color: #000000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-size: 20pt;
	padding: 5px;
		-webkit-text-size-adjust: 50%;
}
#risultati {
	width:80%;
		margin:5% auto;
		padding:1%;
				margin-top: 1%;
		background-color: #31859F;
				-moz-border-radius: 20px;
		-webkit-border-radius: 20px; 
}
ul {
	list-style: none;
	text-align: center;
	margin-left: -60px;
 
}
li {
	padding: 10px;
	width: 100%;
	background-color: #D1EAF0;
	border-bottom: 2px solid #A1D2E2;
	border-top: 1px solid #ffffff;
	font-size: 15pt;
		-webkit-text-size-adjust: 60%;
}
li:hover {
	padding: 10px;
	width: 100%;
	background-color: #A1D2E2;
	border-bottom: 2px solid #31859F;
	border-top: 1px solid #D1EAF0;
	font-size: 15pt;
		-webkit-text-size-adjust: 60%;
}
#info {
	background-color: #F4A462;
		width:90%;
		margin:5% auto;
		padding:1%;
		border: 2px solid #ffffff;
		margin-top: 10px;
		margin-bottom: 1%;
		height: 90%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px; 
		text-align: center;
}
#ptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: center;
	width: 96%;
	padding-top: 20px;
		padding-left: 2%;
			padding-bottom: 30px;
			padding-right: 2%;
	-webkit-text-size-adjust: 60%;
}
#imgne {
display: none;
width: 0px;
}
