.status-NEW {
    color: blue;
}
.status-ERROR {
    color: red;
}
.status-COMPLETE {
    color: green;
}