html { overflow-x: auto; } 
BODY { font-family: Verdana, Tahoma, Arial, serif; font-size: 10pt;
       background-color: white; text-align: center;}
TABLE { font-size: 10pt}

A { text-decoration: none; font-size:10 pt; color : #993300;}
A:hover { text-decoration: underline; color: #993300; }

.cellanera { background-color: #000000; }
.cellarossa { background-color: #CC0000; }
.cellasfondo { background-image: url('/images/bgcrespi.jpg'); }
.cellabordo { background-image: url('/images/bordo.gif'); }

.cellamenu { 
 width: 100px; 
 height: 50px;
 font-variant: small-caps;
 text-align: center;
 border: 2px solid #FF0000;
 background-color: #CC0000; 
 }
 
.cellaarticolo {
 font-variant: small-caps;
 font-size: 12;
 background-color: #000000;
 color: #FFFFFF;
}

.cellaarticolo A {
  color: #FFFFFF;
  font-size: 14;
  text-decoration: underline;
}

.cellanews { 
 width: auto; 
 height: 30px;
 font-size: 10;
 text-align: left;
 color: #FFFFFF;
 border: 2px solid #FF0000;
 background-color: #CC0000; 
 }
 
.cellanews A {
  color: #FFFFFF;
  font-size: 10;
}
.cellanews A:hover {
  text-decoration: underline; 
  color: #FFFFFF;
  font-size: 10;
}

#menu A { text-decoration: none; color: #FFFFFF;}
#menu A:hover { text-decoration: none; color: #FFFFFF; font-weight: bold; }

.tratteggio { border: 1px dashed #993300; }
.realizzato { font-size: 10px; }
.codiceordine {font-size: 20px; }
.contatore { background-color: #000000; color: #FFFFFF; }

.tabellastd {
   color: #FFFFFF;
   font-size: 10;
   border: 1px solid #FF0000;
}

.tabellastd td {
   color: #FFFFFF;
   background-color: #CC0000;
}

.tabellastd A {
   color: #FFFFFF;
   text-decoration: underline;
}

.tabellastd A:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

.tabellastd th {
   color: #FFFFFF;
   background-color: #000000;
}

.tabellastd .thbig {
   text-align: center;
   color: #FFFFFF;
   background-color: #000000;
   font-size: 18px;
}

.tabellastd .fontgrande {
   font-size: 14px;
}

.tabellastd .cellanera {
   color: #FFFFFF;
   background-color: #000000;
}