body{
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   background: url(../img/back2.jpg) fixed;
   font-family: Arial, Serif;
   color: white;
   /*font-size: 14;*/
   /*background-repeat: no-repeat;*/
   /*SCROLLBAR-SHADOW-COLOR:  #74BB6D; 
   SCROLLBAR-TRACK-COLOR: #FDFED4; 
   SCROLLBAR-BASE-COLOR: #74BB6D;
   SCROLLBAR-FACE-COLOR: #74BB6D;
   SCROLLBAR-ARROW-COLOR: navy;*/
}

.box{
   /*border: 1px solid;
   border-color: navy;*/
   background: #0A0A46;
   font-family: Verdana, Tahoma, Serif;
   color: white;
   /*font-size: 14;*/
}
.td1{
   background-color: #D5F9D5;
   color: black;
   text-align: left;
   /*font-size: 12px;*/
   /*font-weight: bold;*/
}
.inv{
   color: #0A0A48;
   font-size: 1px;	
}
.inv2{
   color: #D5F9D5;
   font-size: 1px;
}
.power{
   color: white;
   font-size: 11px;
}
.text1{
   font-family: Arial, Serif;
   /*font-weight: bold;*/
   font-size: 14px;
   color: white; 
}
.text2{
   font-family: Arial Narrow, Arial, Serif;
   /*font-weight: bold;*/
   font-size: 12px;
   color: white; 
}
a.a1{
    background-color: transparent;
    color: black; 
    font-family: Arial, Serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
a.a1:hover{
    background-color: transparent;
    color: #0017C0;
    font-family: Arial, Serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}
a.a1B{
    background-color: transparent;
    color: #0017C0; 
    font-family: Arial, Serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}
a.a1C{
    background-color: transparent;
    color: white; 
    font-family: Arial, Serif;
    /*font-weight: bold;*/
    font-size: 14px;
    text-decoration: none;
}
a.a1C:hover{
    background-color: transparent;
    color: #FFFF01; 
    font-family: Arial, Serif;
    /*font-weight: bold;*/
    font-size: 14px;
    text-decoration: underline;
}
a.a2{
    background-color: transparent;
    color: white; 
    font-family: Arial, Serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
a.a2:hover{
    background-color: transparent;
    color: #FFFF01;
    font-family: Arial, Serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}
a.a3{
    background-color: transparent;
    text-decoration: none;
}
a.a3:hover{
    background-color: transparent;
    text-decoration: none;
}
a.a3 span{
    display: none
}
a.a3:hover span{ /*lo span verrą mostrato solo sullo stato :hover */
    display: block;
    position: absolute;
    top: 20em;
    left: 5em;
    width: 15em;
    border: 1px solid black;
    background-color: white;
    color: black;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
}