Eve, Grandma, Etal Each Ring can have its style sheet edited in the ring setup or globaly (all rings) by changing .pl files for each form. However, the ring admin style sheets are built into the gentools.pl file and SOME of this carries over into the site and ring admin pages. To edit these pages you will have to edit lib/gentools.pl, (tricky). At the top there are some definitions for text and general colors. ringcolornames = ('colbg', 'coltablebg', . . .'collink', 'colvlink'); defaultcolors = ('#999999', '#d0d0d0', . . . 'red', 'blue', 'navy'); However, the blue column is hard coded as: $margcolor = 'navy'; In a routine "sub adminhtml" The problem with changing these is that when you upgrade you will likely need to re-edit these same lines. If you do so you need to keep VERY careful notes so you can replicate your edits in a new version. I've already made a few small changes that I didn't record that I am trying to track down. . :( I expect Gunnar will add more flexibility later. Jock D.