html body {
	margin:0px;
	padding:0px;
	background-color:wheat;
    overflow: scroll;
}
p {
	color:rgb(94, 92, 0);
}
.panel-body {
	margin-bottom:0;
	margin-top:0;

}
.paragrafo_in_lista {
	color:rgb(94, 92, 0);
    margin: 10px;
	font-size: normal;
}
.box{width:200px;
	height:0;
	background:red;
	transition:all 0.4s linear;}

input:checked ~ .box{height:220px;}

.panel-body pre{
	margin:0;
	padding:0;

}
.titolo6 {
	color:rgb(252, 250, 124);
    margin: 10px;
	font-size: normal;	
}
.testo_piccolo {
	color: rgb(59, 10, 10);
    margin: 10px;
	font-size: 1em;
}
.testo_normale {
	color:rgb(46, 10, 5);
    margin: 12px;
	font-size: 1.25.8em;
}

.testo_medio {
	color: rgb(139, 68, 9);
    margin: 10px;
	font-size: 1.5;
}
.testo_grande {
	margin-left: 10;
	color:rgb(59, 8, 8);
    font-size: xx-large;
    margin: auto;

}
.h1_header {
	margin-left: 0.2em;
	color:rgb(110, 66, 1);
    font-weight: bold;
    font-size: x-large;
}
#h1Articolo {
	margin: auto;
	color:rgb(77, 18, 50);
}
#ftArticolo {
	color:rgb(7, 65, 65);
}
#h2 {
	color:rgb(68, 10, 10);
}

#centrato {
	width:100%;
	height:auto;
	background-color:rgb(114, 74, 47);
	margin-left:auto;
	margin-right:auto;

}
#hdPagina {
	position:relative;
	background-color:wheat;
	height:150px;
}


#primaColonna {
	float:left;
	width:5%;

}

#secondaColonna {
	float:left;
	background-color:wheat;
	width:95%;
	height:auto;

}
#footer_section {
	clear:left;
	height:0px;
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;	
}

