Thanks for the suggestions...
I did try to over ride the .Normal css inside the container.css which unfortunatelly changes all normal text on the same page to yellow.
Also the <div class="YellowTextStyle">Content Pane table here</div> did not pick up either.
The .YellowTextStyle.Normal{color:yellow} changes all containers text areas to yellow
I also tried to change to ContentArea and this caused a DNN error.
Again please continue to share any tricks or tips. As i'd greatly appreciated it.
If anyone has some sample code with a container that permits a different font color inside the content pane of the container while not effecting the other containers on the same page, please share.
Even though i understand why this is happening, I'm somewhat puzzled by this as i've seen this work elsewhere but i'm unable to find or remember how it was done.
Changing the title color is pretty easy... getting a single container with a dark background to use a different text color by default (not using .Normal) and at the same time not changing all container Contentpane text colors on the same page is some what of a challenge.
Thanks again... all suggestions are very much appreciated.