<!--
BODY  
    {
     font-family: Arial, Verdana, Helvetica;
     font-weight : normal; 
     font-style : normal; 
     text-decoration : none;  
     background: #FFFFFF;
     color: #000000; 
     }

A   {color: #EE0000; 
     font-family: Arial, Verdana, Helvetica;
     text-decoration: none; 
     font-weight: normal; 
    }

.titolo   {color: #000000; 
     font-size: 12px; 
     font-family: Arial, Verdana, Helvetica;
     text-decoration: none; 
     font-weight: bold; 
    }

.sottotitolo   {color: #000000;
     font-size: 11px;  
     font-family: Arial, Verdana, Helvetica;
     text-decoration: none; 
     font-weight: normal; 
    }

.descrizione   {color: #000000;
     font-size: 10px;  
     font-family: Arial, Verdana, Helvetica;
     text-decoration: none; 
 
    }

.autore   {color: #000000;
     font-size: 11px;  
     font-family: Arial, Verdana, Helvetica;
     text-decoration: none; 
     font-weight: normal; 
    }

A:Hover  {color: #EEEEEE; 
          font-family: Arial, Verdana, Helvetica; 
          font-weight: bold; 
          cursor: hand; 
          text-decoration: underline;
	}

HR  {
	height: 1px;
	color: #000000;
}


TD  {
        font-family: Arial, Verdana, Helvetica;
        font-size: 12 px;
}

.tdx {
	font-size : 12 px;
	font-family: Arial, Verdana, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	vertical-align: top;
	text-align: right;
}

.tce {
	font-size : 12 px;
	font-family: Arial, Verdana, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	vertical-align: top;
	text-align: center;
}

.tsx {
	font-size : 12 px;
	font-family: Arial, Verdana, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	vertical-align: top;
	text-align: left;
}

INPUT {font-size : 12 px; 
       font-family: Arial, Verdana, Helvetica; 
       font-weight : bold; 
       font-style : normal; 
       text-align: left; 
       color: #000000; 
       background-color: #EEEEEE;
       border: 1px solid #808080;
      }	
      
SELECT {font-size : 12 px; 
       font-family: Arial, Verdana, Helvetica; 
       font-weight : bold; 
       font-style : normal; 
       text-align: left; 
       color: #000000; 
       background-color: #EEEEEE;
       border: 1px solid #808080;
      }     

TEXTAREA {font-size : 12 px; 
          font-family: Arial, Verdana, Helvetica; 
          font-weight : bold; 
          font-style : normal; 
          text-align: left; 
          color: #000000; 
          background-color: #EEEEEE;
          border: 1px solid #808080;
         }	

.BUTTON  {
   text-align: center;
	font-size : 10 px;
	font-family: Arial, Verdana, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color: #000000;
	border: 1px solid #808080;		
	background-color: #EEEEEE;
	cursor: hand;
}
