header {
	width: 85%;
	padding: 20px;
	margin: 15px;
	text-align: center;
	background-color: #d9340b;
	height: auto;
	width: auto;
}


aside{
	width: 25%;
	padding: 8px;
	margin: 15px;
	text-align: center;
	background-color: #ffd6c7;
	height: auto;
	display: inline-block;
	vertical-align: top;
	
	
}



article {
	width: 60%;
	padding: 8px;
	margin: 9px;
	text-align: justify;
	height: auto;
	display: inline-block;
	vertical-align: top;
	
}

footer {
	
	background-color: #dedbd9;
	
}

.footer-text {
	color:black;
	font-family: "Times New Roman";
	text-align: center;
	font-weight: bold;
}
	
	

h1{
	color: #fff5f2;
	font-size: 30px;
	font-family: "Times New Roman";
	
}


h2{
	color: black;
	font-size: 23px;
	font-family: "Georgia";
	font-weight: bold;
	
}

h3{
	color: black;
	font-size: 23px;
	font-family: "Times New Roman";
	font-weight: bold;
	
}

h4{
	color: black;
	font-size: 20px;
	font-family: "Times New Roman";
	font-weight: bold;
	
}

p{
	color: black;
	line-height: 1.5;
	
}

#piccolino{  /*piccolino è un ID, più specifico della class papero. Quindi il paragrafo nell'aside avrà grandezza 14px, e non 16px*/
	
	font-size: 14px;
	line-height: 1.5;

}


.IMMAGINE1 {
	
	width: 62%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	float:left;
	margin: 10px;
	

}

.IMMAGINE2 {
	
	width: 88%;
	text-align: center;
	height: auto;
	display: inline;
}

.link{
	
	font-size: 14px;
	font-family: "Times New Roman";
	color: #a14b38;
	
}


.grandicello {
	
	color: black;
	line-height: 1.75;
	font-family: "Times New Roman";
	font-size: 18px;
	display: inline;

}
	
	