/* @page { size 8.5in 11in; margin: 2cm } */

@page 
{
	margin: 3cm;
	size: 8.5in 11in;
/*	orphans: 4;
	marks: cross;*/
}

@page :left 
{
	margin-left: 2cm;
	margin-right: 3cm;
	margin-top: 2cm;
	margin-bottom: 2cm;
}

@page :right 
{
	margin-left: 3cm;
	margin-right: 2cm;
	margin-top: 2cm;
	margin-bottom: 2cm;
}

* 
{
	background-color: white !important;
	color: #000 !important;
}

body 
{
	background: #fff;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
/* 	font-size: 14pt; */
	line-height: 1.33em;
	color: #000;
}

/* -- set page breaks -- */
h1 { page-break-after: avoid; }
h2 { page-break-after: avoid; }
h3 { page-break-after: avoid; }
h4 { page-break-before: avoid;}

#header,#left,#right,#footer,#commenti
{
	display: none !important;
}

.top,.bottom,.footbuttons
{
	display: none !important;
}

h2
{
	display: none !important;
}

h3
{
	font-size: 24pt;
	margin-top: 40px;
}

.text
{
	position: absolute;
	width: 100%;
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	border: 1px solid red;
	height: 16cm;
}

