
/*stili per il layout monolitico*/
html,body{margin-top:1%;padding:0%}
body{font-family: arial,sans-serif;font-size: 76%;text-align: center}

div#container{background:white;
			  width:860px;}

div#header{background:blue;
			  width:860px;
			  height:65px;
			  text-align: center;}

div#navigation{margin-top:2px;
			  background-color:#69c;
			  width:860px;
			  height:4%;
			  text-align: center;}
			  
div#navigation ul{text-align: center;margin: 0;padding: 0; list-style-type: none;}
div#navigation li{display: inline; margin: 0 0 0 2em;padding: 0} /*nota display: inline*/
div#navigation a{color:black;font: normal bold 1.1em/1.6em arial,sans-serif;text-decoration: none}
div#navigation a:hover{color: #FF99CC;text-decoration: none}
div#navigation a#activelink{color: yellow;text-decoration: none}


			  
div#content{  margin-top:2px;
			  background:white;
			  width:860px;
			  height:461px;
			  text-align: center;
			  overflow:auto;}

div#content h5{margin-top:-3 px;color:yellow;}
div#content h6{margin-bottom:0;color:yellow;}
	
		  
div#footer{	  margin-top:2px;
		   	  background:#69c;
			  width:860px;
			  height:10px;
			  text-align: center;
			  font-family:arial;
			  font: normal bold 1em/2em arial,sans-serif;}
			  
h1{margin: 2%;font: bold 2.3em/10px arial,serif; color:blue;}
.p1{margin-right:2%;font: normal 0.8em;color:#330066;text-align:justify;}
