body {    margin: 0px; 
          background_color:#FFFFFF ;
}
/* ----- DIV ------------------------------------------------------------------- */

.centro   {
          background-color: #FFFFFF;
          WIDTH: 700px;
          HEIGHT: 100%;
          }

.main     {display: block;
          position: absolute;
          background-color: transparent;
          WIDTH: 100%;
          HEIGHT: 100%;
          top: 0%;
          bottom: 0%;
	left:0%;
	right:0%;
          z-index: 1;
          }

.sinistra   {
          background-color: #FFFFFF;
          WIDTH: 200px;
          HEIGHT: 100%;
          }

/* ----- Caratteri -------------------------------------------------------------- */

.tr_bck    {background-color: #808080;}
.tr_bck_ad {background-color: #808080;}

.testo  {font-family: century gothic, Times New Roman; font-size: 13px; font-weight: normal; color: #000000; text-decoration: none;
        background-color: transparent;}

.testoR {font-family: century gothic, Times New Roman; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;
        background-color: transparent;}

.testoT {font-family: century gothic, Times New Roman; font-size: 13px; font-weight: bold; color: #FF0000; text-decoration: none;
        background-color: transparent;}

.testoV {font-family: century gothic, Times New Roman; font-size: 13px; font-weight: normal; color: #000000; text-decoration: none;
        background-color: transparent;}

.testoH {font-family: century gothic, Times New Roman; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none;
        background-color: #ff5580;}

.testoB {font-family: century gothic, Times New Roman; font-size: 12px; font-weight: normal; color: #ff5580; text-decoration: none;
        background-color: transparent;}

.testoP {font-family: century gothic, Times New Roman; font-size: 10px; font-weight: normal; color: #ff5580; text-decoration: none;
        background-color: transparent;}




/* ----- Formattazione links -------------------------------------------------- */

A:link {color: #000000; text-decoration: none; font-weight: normal; background-color: transparent;}
A:visited {color: #ff5580; text-decoration: none; background-color: transparent;}
A:hover {color: #FF0000; text-decoration: none; background-color: #000000;}
A:active {color: #FF0000; text-decoration: none; background-color: transparent;}     
