
/* ----- Formattazione links -------------------------------------------------- */

A:link {color: #FFFFFF; text-decoration: none; background-color: transparent;}
A:visited {color: #62019E; text-decoration: none; background-color: transparent;}
A:hover {color: #BC86D1; text-decoration: none; background-color: transparent;}
A:active {color: #FFFFFF; text-decoration: none; background-color: transparent;}

/*  ----- Generale --------------------------------------------------------------  */            

.giusto {text-align: justify ;}

.avv {font-family: tahoma, Times New Roman; font-size: 14px; font-weight: bold; color: #BC86D1; text-decoration: none;
      background-color: transparent}

.testoD {font-family: tahoma, Times New Roman; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none;
         background-color: transparent}

.testoP {font-family: tahoma, Times New Roman; font-size: 22px; font-weight: bold; color: #BC86D1; text-decoration: none;
         background-color: transparent;}

/* ----- div & back ------------------------------------------------------------ */

.centro   {
          background-color: transparent;
          WIDTH: 100%;
          HEIGHT: 100%;
          }

.diva     {display: block;
          position: absolute;
          background-color: transparent;
          WIDTH: 100%;
          HEIGHT: 100%;
          top: 0%;
          bottom: 0%;
          left: 0%;
          right: 0%;
          z-index: 1;
          }

.linea-v    { background-image: url('../img-global/linea.gif'); background-repeat: repeat-y;
              background-attachment: absolute; background-position: 100% 0% }


