Add this to showthread.css then it works:
/* post content backgound color for usergroup 4 */
.post_4 {
background: yellow;
}
/* post content backgound color for usergroup 2 */
.post_2 {
background: lime;
}
/*etc */