body { 
background-color: white;
text-align: center;

 }
 
 
 h1 { 
 font-family:Comic Sans MS;
font-size: 200%;
color: WHITE;
background-color: BLUE;
text-align: center;
	width: 100%;

  }
	#elenco { 

	text-align: left;
	width: 85%;
	font-family: arial;
	font-size: 150%;
	color= green;
	}
	
	#testata { 
	background-color: white;
	text-align: left;
	width: 95%;
	background-color: silver;
	 }
	#contenuto { 

	text-align: justify;
	width: 85%;
	 }
	 #segue {
	 font-family: arial;
	 font-size: 75%;
	 text-align: right;
	 width: 85%;
	 
	 
	 }
	 #immagine{
	 align: center;
	 
	 }
	#piede { 
	 
	 background-color: yellow;
	  
	 }
	 p { 
	 font-family: arial;
	 font-size: 130%;
	  }