html { /* Prevent font scaling in landscape while allowing user zoom */
			-webkit-text-size-adjust: 100%;
			
		}
		
body {
			overflow-x: hidden;
			background: #ffffff;
			font-family: helvetica;
			font-size: 14px;
		}
		
p {
			font-size: 14px;
			width: 100%;
		}
		
h1 {
			font-weight:bold;
			color: #000000;
			font-size: 40px;
			margin-bottom: -20px;
		}
		
h2 {
			font-weight:bold;
			color: #57B94A;
			margin-top: 80px;
			font-size: 28px;
		}
		
h3 {
			color: #000000;
			font-size: 16px;
		}
		
h4 {
			font-weight:bold;
			color: #000000;
			margin-top: 20px;
			font-size: 16px;
		}

table {
			border-collapse: collapse;
			font-size: 12px;
			padding: 5px;
			width:100%;
		}
		
table,th,td {
			padding: 5px;
			border: 1px solid black;
		}
		
img {
			position:relative;
			width: 300px;
			margin-left: -150px;
    	left: 50%;
		}

a {
		text-decoration:underline;
		color: #000000;
		
	}
	
.refer:link {
    color: #000000;
}
.refer:visited {
    color: #000000;
}
.refer:hover {
    color: #000000;
}
.refer:active {
    color: #000000;
}

li {
		line-height:1.3;
	}
	
dd {
		margin-top: -10px;
		margin-left: 20px;
		margin-bottom: 40px;
		line-height:1.3;
	}

i{
	color:#000000;
}

.homebtn {
	background-color: #F2F2F2;
	padding: 20px;
	padding-left: 30px;
	border-radius: 8px;
	font-size: 20px;
	color:#222222;
	border: none;
	width:100%;
	max-width: 500px;
	margin:2px;
	text-align: left !important;
	font-family:helvetica;
}

.btn {
	background-color: #e7e7e7;
	padding: 6px 8px 6px 4px ;
	border-radius: 4px;
	font-size: 14px;
	color:#222222;
	border: none;
}

.indice {
	font-weight:bold;
	}

.linkindice	{
			font-weight:bold;
			font-size:16px;
			color: black;
			text-decoration:none;
			line-height:1.5;
		}

.back {
	height:20px;
	background-color:red;
	align:left;
	vertical-align:middle;
}
		
.contenuto {
			margin-left: auto;
			margin-right: auto;
			width: 95%;
			max-width: 500px;
		}

.homebutton {
	position:absolute;
	height:300px;
	top:50%;
	margin-top:-50px;
	margin-left:0px;
	margin-right:10px;
	width:90%;
}

.note {
			font-size: 10px;
			width: 100%;
			border-top: 1px #000 solid;
			padding-top: 3px;
			margin-top:2px;
			text-align: justify;
		}
		
.new {
		font-size: 18px !important;
		font-weight:lighter;
		font-style:italic;
}





