.positief a {
    color: #444400;
    text-decoration: none;
}
.positief a:active {
    color: #e5ffc4;
}
.positief a:visited {
    color: #444400;
}
.negatief a {
    color: #dddd77;
    text-decoration: none;
}
.negatief a:active {
    color: #e5ffc4;
}
.negatief a:visited {
    color: #dddd77;
}


