HI all,

I have seperated the styles I want the client to have access to into a
seperate stylesheet, then specified to use the new stylesheet only in the
Administer site options.

The problem is, only the first couple of styles are showing up when I click to
Edit the page, can anyone tell me why the other styles after the first two
aren't showing?

.left {float:left;}
.right {float:right;}


.textGreen {color:#8e985c;}
.textOrange {color:#d88a4e;}
.textMustard {color:#E5BE58;}
.textWhite {color:#fff;}


#leftNavigation li a:hover,
#leftNavigation li a.selected {color:#646464;}


#content .introText {font-size:1.4em; margin-top:0; color:#E38050;
font-weight:normal; line-height:1.4em;}

Cheers