
A.whitelink:link {
    text-decoration: none;
    color: #ffffff;
}

A:visited {
    text-decoration: none;
    color: #d1ee2f;
}

A:link {
    text-decoration: none;
    color: #c40966;
}

A:hover {
    text-decoration: none;
    color: rgb(247, 182, 214);
}



