.paid {
    color: green;
}

.due {
    color: orange;
}

.notpaid {
    color: red;
}