A:link { text-decoration: none; 
         color: #cccccc;
         font-family: Arial;
         font-size: 9px;
        }

A:hover { text-decoration: underline;
          color: #cccccc;
          font-family: Arial;
          font-size: 9px;
        }

A:visited { text-decoration: none;
          color: #ffcc00;
          font-family: Arial;
          font-size: 9px;
        }
        
.texti {
        color: #cccccc;
        font-family: Arial;
        font-size: 12px;
}        


