body {
text-align: center;
font-family: arial;
}


table._head {
margin-left: auto;  /* questa riga e quella sotto serve per allinare al centro le tabelle */
margin-right: auto; /* questa riga e quella sopra serve per allinare al centro le tabelle */
text-align:center; /* allineamento testo tabella */
border:0px solid black;
}

td {
padding:2px;
border:0px solid black;
color: blue;
font-size:11pt;
font-weight:bold;
}


table._body {
table-layout: auto;
margin-left: auto;  /* questa riga e quella sotto serve per allinare al centro le tabelle */
margin-right: auto; /* questa riga e quella sopra serve per allinare al centro le tabelle */
text-align:center; /* allineamento testo tabella */
border:0px solid black;
/*padding-bottom:10px;*/ /*Serve a aggingere spazio tra l'ultimo tr della tabella e il bordo tabella*/
}

.table_title {
margin-top:10px;
margin-bottom:10px;
border:0px solid black;
table-layout:auto;
height:20px;
color:red;
text-align:center;
font-weight:bold;
font-size:23px;
}


._AZIENDA {
color:blue;
font-size:11pt;
font-weight:bold;
line-height:25px;
border:0px solid black;
width:260px;
height:280px;
}

._PRODOTTI {
color:blue;
font-size:11pt;
font-weight:bold;
border:0px solid black;
height:50px;
width:180px;
}

._SERVIZI {
color:blue;
font-size:11pt;
font-weight:bold;
border:0px solid black;
width:220px;
height:50px;
margin-top:0px;
}

._CONTATTI {
color:blue;
font-size:11pt;
font-size:11pt;
font-weight:bold;
border:0px solid black;
width:250px;
height:280px;
}

.decrustol_footer_1 { 
font-family: "Times New Roman";
font-size:20px;
font-weight:ticker;
letter-spacing: 4px; /* spazio tra le lettere */
text-align:center;
color:grey;
line-height:0px;
}

.decrustol_footer_2 { 
font-family: "Times New Roman";
font-size:12px;
color:grey;
letter-spacing: 2px;
text-align:center;
line-height:0px;   /* distanza dalla linea sopra */
}

