body {
    background: hsl(335, 90%, 85%);
    color: hsl(335, 95%, 45%);
}

a.newpage {
    color: hsl(335, 95%, 45%);
}

a:visited {
    color: hsl(335, 95%, 35%);
}