In the section expert (format->section) you can select the report header->color->background->x+2 and enter:
if pagenumber = 1 then crYellow else
if pagenumber = 2 then crRed else
if pagenumber = 3 then crBlue else
if pagenumber = 4 then crGreen
Then copy this formula and add it into every other section:
page header, group header, details, group footer. If possible suppress the page footer and report footer, since including these will result in a gap in the overall color of the page. The last page will only color up to the last record.
-LB