
body {
	
	 background-color: #efeff1;
	   font-family: Verdana, sans-serif;
    font-size: 14px;
    /* Aggiungi le seguenti proprietà per l'immagine di sfondo */
    background-image: url('https://icoderzo.edu.it/wp-content/uploads/sites/39/libro-tramonto.jpg');
    background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
    background-size: cover; /* Copre l'intera area del body */
    background-position: center center; /* Centra l'immagine */
    opacity: 1; /* Imposta l'opacità per renderla appena visibile (regola questo valore a piacere) */
	
	
        font-family: Verdana, sans-serif;
   font-size: 12pt;
	background: none #FFF;
	color: #000;
	width: auto;
	}

h1 {
    font-size: 24px;
    color: #46852e;
    margin-bottom: 20px;
}


.pulsante {
display: none;
}

.cosacercare {
display: none;
}

.invioazzera {
display: none;
}

.pulsanteinv {
display: none;
  }
  
  
  .stampa {
display: none;
}

.centro
{
	text-align: center;
	padding: 20px;
} 
#int
{
	text-align: center;
	color: red;
	margin: 20px;
	margin-bottom: 40px;
	}



.dx 
{
	float: right;
} 

.sx 
{
	float: left;
} 


.stampasxprest 
{
	margin-top: 50px!Important;
    margin-left: 3%!Important;
} 
.stampasxfirma 
{
	margin-top: 80px!Important;
    margin-left: 20%!Important;
} 

#distanza 
{
	padding-top: 5px;
} 

table, tr, th,	td 
		{
					/*	display: none;*/
		}
		
.data
 {
	position:absolute;
	z-index:3;
	right: 0;
	bottom: 10px;
		color: #008000;
	
}

@media print and (width: 29.7cm) and (height: 21cm) {
    @page {
       margin: 3cm;
    }
 }

/*
@page {size: 297mm 210mm ; margin: 30mm;}
a[href]:after{content: "(" attr(href) ")"}  */

