div.pagina {
	position: relative;
	width:100%;
	height:140%;
	overflow: auto;
}

div.intestazione {
	position: relative;
	width: 100%;
	height: 15%;
	top:0%;
	left:0%;
	right:0%;
	background: silver;
	text-align: center;
	color: navy;
	font: 50px Tahoma;
	font-weight: bold;
}

div.pie {
	position: absolute;
	width: 100%;
	height: 15%;
	right: 0%;
	left: 0%;
	top: 85%;
	bottom: 0%;
	background: silver;
	text-align: center;
	color: navy;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	}
	
div.menusinistra {
	float: left;
	width: 20%;
	height: 70%;
	background: gray;
	font-family: Arial;
	font-size: 18px;
	color: white;
}

div.menudestra {
	float: right;
	width: 20%;
	height: 70%;
	background: gray;
	text-align: center;
	font-family: Tahoma;
	font-size: 18px;
	color: white;
}

div.principale {
	position: absolute;
	width: 60%;
	height: 70%;
	right: 20%;
	left: 20%;
	top: 15%;
	bottom: 15%;
	background: white;
	text-align: justify;
	font-family: Tahoma;
	font-size: 16px;
	color: navy;
	overflow: auto;
}

ul.menusinistra{
	float: left;	
	width: 100%;
	margin: 5%;
	list-style-type: disc;
	list-style-position: inside;
}

a{
	text-decoration: none;
	width: 100%;
	padding: 0;	
}

a.linksinistra {
	color: navy;
	text-decoration: none;
	}
	
a.linksinistra:hover {
	text-decoration: none;
	color: silver;
	background: navy;
	}
	
font.linkpagina {
	color: yellow
}

table{
	background: gray;
	text-align: center;
	font-family: Tahoma;
	font-size: 30x;
	color: white;
}
