Assign the libref and set the graphics environment. COLORS= sets the area colors. CTEXT= sets the color for all text.
libname reflib 'SAS-data-library';
goptions reset=global gunit=pct border cback=white
         colors=(blue red) ctext=black
         ftitle=swissb ftext=swiss htitle=6 htext=4;