/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Style sheet for index                                                      */
/*                                                                            */
/*----------------------------------------------------------------------------*/

body
{
   font-family:      Verdana, Arial, Helvetica, sans-serif; 
   font-size:        medium;
   line-height:      105%;
   color:            #000000 
   background-color: white;
   margin:           3px;
}



/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Link Section; <a> tag                                                      */
/*                                                                            */
a
{
   font-size:        large;
   text-decoration:  none;
   font-weight:      bold;
   letter-spacing:   4px;
   line-height:      100%
}
a:link    {color: #FFFFFF}                              /* unvisited link     */
a:visited {color: #FFFFFF}                              /* visited link       */
a:hover   {color: #FFFF00; font-size: x-large;}		/* mouse over link    */
a:active  {color: #FFFFFF}                              /* selected link      */
a:hover img {-moz-opacity:1;filter:alpha(opacity=100)}

a.VV
{
   font-size:        x-large;
   text-decoration:  none;
   font-weight:      bold;
   letter-spacing:   4px;
   line-height:      100%
}
a.VV:link    {color: #FF0000}                              /* unvisited link     */
a.VV:visited {color: #FF0000}                              /* visited link       */
a.VV:hover   {color: #0077FF; font-size: xx-large;}		/* mouse over link    */
a.VV:active  {color: #FFFFFF}                              /* selected link      */
a.VV:hover img {-moz-opacity:1;filter:alpha(opacity=100)}




/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Table Section; <td> tag                                                    */
/*                                                                            */

td
{
   font-size:        large;                     
   color:            #FFFFFF;
   text-decoration:  none;
   font-weight:      bold;
   letter-spacing:   4px;
   line-height:      100%
   padding:          0 0 0 0;
}

td.VV
{
   font-size:        small;                     
   color:            #000000;
   text-decoration:  none;
   font-weight:      normal;
   letter-spacing:   4px;
   line-height:      90%;
   padding:          0 0 0 0;
}


/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Id Section; all tags                                                       */
/*                                                                            */


#generale
{
   font-size:        medium;                                   
   color:            #000000; 
   font-weight:      normal;
   letter-spacing:   2px;
}