body {
    background: #222;
    color: #ccc;
}
a {
    color: #44f;
}
a:active {
    color: #f44;
}
a:visited {
    color: #84f;
}