body {
    background: #333;
    color: #AAA;
    font-family: Consolas;
}
a, a:hover, a:active, a:visited {
    font-family: Consolas;
    text-decoration: none;
    color: #AAA;
}
a:hover {
    color: #FFF;
}
