a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a.ablack {
    color: #000000;
}

a.awhite {
    color: #ffffff;
}

a.agreen {
    color: #8fab16;
    font-weight: bold;
}

a.agrey {
    color: #777777;
}