

font.vendite {
      font-weight: regular;
      font-family: Verdana; 
      font-size: 12;
      font-style: normal;
      text-decoration: none;
 }


a:hover.vendite {
      color: #ff9999;
      font-weight: bold;
      font-family: Verdana; 
      font-size: 12;
      font-style: normal;
      text-decoration: underline;
 }
