a:link {
    background-color: #C5B1B2;
    text-decoration: none;
    font-weight: 200;
    font-size: 20px;
    padding: 4px;
}

a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    background-color: bisque;
}

a:active {
    background-color: chartreuse;
    font-size: large;
}