body {
   margin-top: 50px;
   background-color: white;
   font-family: verdana;
   font-size: 10px;
   font-weight: normal;
}
.border{
   border: 2px solid #DADADA;
}
.text {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 14px;
   margin-top: 8px;
   color: Black;
   text-align: right;
   width: 180px;
   padding-right: 4px;
}
.text strong{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 12px;
   color: #006400;
}
.text span {
   color: #FF8C00;
   font-weight: bolder;
}
.text a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 13px;
   color: Black;
   text-align: left;
}
.text a:hover {
   text-decoration: none;
}
.text-left {
   text-align: left;
   font-family: verdana;
   font-size: 11px;
   color: #FF8C00;
   margin-left: 7px;
   margin-bottom: 5px;
}
.text-left a{
   color: #006400;
   text-decoration: none;
}
p.footer {
   text-align: center;
   color: Black;
   letter-spacing: 0px;
   margin-top: 10px;
   font-size: 9px;
}
p.footer a {
   color: Maroon;
   text-decoration: underline;
}
p.footer a:hover {
   color: Maroon;
   text-decoration: none;
}
.pulsante {
   BORDER-RIGHT: 1px solid White;
   BORDER-TOP: white 2px solid;
   DISPLAY: block;
   PADDING-LEFT: 4px;
   FONT-SIZE: 11px;
   font-weight: bolder;
   PADDING-BOTTOM: 1px;
   MARGIN-LEFT: 5px;
   BORDER-LEFT: white 1px solid;
   WIDTH:150px;
   letter-spacing: 0px;
   COLOR: #006400;
   PADDING-TOP: 2px;
   BORDER-BOTTOM: 0px solid Maroon;
   BACKGROUND-REPEAT: repeat-y;
   HEIGHT: 13px;
   TEXT-DECORATION: none;
   font-family: VERDANA;
}
A.pulsante:hover {
   BORDER-LEFT: 1px solid White;
   COLOR: #FF8C00;
}
a.avanti{
   background-color: #FFD700;
   color: Black;
   padding: 2px;
   font-size: 10px;
   text-decoration: none;
   width: 55px;
   float: right;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
}
a:hover.avanti {
   background-color: #006400;
   color: White;
}


