html, body {}
a:link {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #ffc0cb;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #ff7373;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #ff7373;
    background-color: transparent;
    text-decoration: none;
}