body {
    background-color: darkslategrey;
    color: ghostwhite;
}

a:link {
    color: coral;
}

a:visited {
    color: darkorange;
}
