wiclear-2007-07-19/inc/classes/test/test_diff_style.css

tr.added
{
  background-color: green;
}

tr.removed
{
  background-color: orange;
}

tr.changed
{
  background-color: red;
}