span.red {
    color: red;
}

span.green {
    color: green;
}

span.lc {
    color: lightcoral;
}

a:hover {
    cursor: pointer;
}
