.A {
       text-decoration: none;
       color: white;
       }

.A:visited {
       color: white;
       text-decoration: none;
}

.A:hover {
       text-decoration: none;
}

