html{	margin:0; padding:0;height: 100%;}

body {	margin:0; 
		padding:0;
		height: 100%;
		background-color: #ffffff;
		background-image: url(../../immagini/sfondo.jpg);	}

div#container {

}
div#header {width: ;
			height: 65px;
			
			border 2px solid;
			background-color:blue;
			text-align:center;	 }
div#navigation {	 }

div#dovesiete {	 background-color:blue;
				color: white;
				font-weight: bold;}
div#intestazione {
			color: red;
			font-weight: bold;
			text-align:center;
			font-size: 2.5em	 ;
			padding: 5px ;}
div#intestazione2 {
			color: blue;
			font-weight: bold;
			text-align:center;
			font-size: 2em	 ;
			padding: 5px ;}


div#content {padding: 0px 15px 15px 15px; }

div#footer {background-color:;
			padding: 15px ;
				 }


.centrato	{text-align: center;
		 font-weight: bold;
		 font-face:1.2em}

.corpotesto{	text-align:justify;
		font-weight: bold;
		font-face: 1em;
		}
		
.citazione{	text-align:justify;
		font-weight: bold;
		font-face: 1em;
		padding: 15px;
		}

.mappasito{	text-align:justify;
		font-weight: bold;
		font-face: 1em;
		border-width: 1px;
		border-style: solid;
		border-color:blue;
		padding: 5px}


.primopiano{	background-color:blue;
		text-align:center;
		color:white;
		font-weight: bold;
		font-size: 1.5em;}

.sinistra	{text-align: left;
		 font-weight: bold;
		 font-face:1.2em}

h1 {	color: red;
		text-align:center; }

h2 { 	color: #0000ff;
		text-align:center;}

h3 {	color: #ff0000;}

h4 {	color: #0000ff;	}



A:LINK 		{color : Blue;
		text-decoration: underline}
 
A:VISITED 	{color : blue;
			text-decoration: underline}
 
A:HOVER 	{color : blue;  
			font-size: 1.00em; 
			background-color:yellow;
			text-decoration: underline}
 
A:ACTIVE 	{color : blue;
			text-decoration: underline}

li			{font-size: 1em;
			padding:5px;}
			

