body {
    background: #666;
}

a:link {
    color: #227;
}
a:visited {
    color: #213;
}
a:active, a:hover {
    color: #22f;
}


