html{	margin:0; padding:0;height: 100%;}

body {	margin:0; 
		padding:0;
		height: 100%;
		background-color: #ffffff;
		background-image: url(../immagini/sfondo.jpg);	}


div#header {width: ;
			height:50px;
			border 2px solid;
			background-color:blue;
			text-align:center;	 }
div#navigation {	 }
div#dovesiete {	 background-color:blue;
				color: white;
				font-weight: bold;}
div#content {padding: 0px 15px 15px 15px; }
div#intestazione {
			color: red;
			font-weight: bold;
			text-align:center;
			font-size: 2.0em	 ;
			padding: 5px ;}
div#intestazione2 {
			color: blue;
			font-weight: bold;
			text-align:center;
			font-size: 1.8em	 ;
			padding: 5px ;}





.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;	}

table.titoli
{	text-align:left;
		font-weight: bold;
		
		border-width: 1px;
		border-style: solid;
		border-color:blue;
		padding: 5px

}
thead.titoli
{		text-align:left;
		color:red;
		font-weight: bold;
		font-size: 1.5em;
		border-width: 1px;
		border-style: solid;
		border-color:blue;
		padding: 10px;
}

td.elenco
{		text-align:left;
	
		border-width: 1px;
		border-style: solid;
		border-color:black;
		padding:5px;

}


td.titoli
{		text-align:left;
		color:blue;
		border-width: 1px;
		border-style: solid;
		border-color:black;
		

}


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;}
			

