.header a:hover {
    background-color: transparent;
}
.content {
    background-color: #000000;
    color: #ffffff;
}
.content a, a:visited {
    color: #B6B7DA;
}
.content a:hover {
    background-color: transparent;
    color: #ffffff;
}
