/*********Generale*********/
body {
	color: Black;
	background-color: White;
}

#struttura {
	width: 100%;
}

#header {
	display : none;
}

#frase {
	display : none;
}

#corpo {
	width : 100%;
}

/*********Colonne*********/

#colsx {
	display : none;
}

#coldx {
	display : none;
}

#riqcop {
	display : none;
}

#riqcer {
	display : none;
}

#riqfra {
	display : none;
}

#menu {
	display : none;
}

/*********Corpo*********/

#principale {
	color: Black;
	width : 100%;
}

#principale .box {
	font-family: serif;
	text-align: justify;
	line-height: 1.2em;
	background: White;
}


p.argomentoart {
	font-size: 12pt;
	margin: 0px 0px 5px 0px;
}

p.titoloart {
	font-size: 14pt;
	margin: 7px 0px 7px 0px;
	text-align: justify;
	font-weight: bold;
}

p.sottotitoloart {
	font-size: 12pt;
	font-style: italic;
	text-align: justify;
	margin: 10px 0px 10px 25px;
}

p.testoart {
	font-size: 12pt;
	text-align: justify;
	margin: 5px 0px 5px 0px;
}

#footer {
	display : none;
}

#tool {
	display : none;
}

#articolo {
	width: 100%;
	text-align: left;
}


