﻿a.bar_link_color {
    color: rgb(0,0,0);
}

    a.bar_link_color:hover {
        color: rgb(128,128,128);
    }

a.privacy_link_color {
    color: rgb(60,60,60);
    background-color: transparent;
    text-decoration: underline;
}

    a.privacy_link_color:hover {
        color: rgb(128,128,128);
        background-color: transparent;
        text-decoration: underline;
    }

.soft_background {
    background-color: rgb(196,196,204);
}
