I'm not sure what precisely is the problem, but have you tried to define your own CSS styles like:
.yellow {color:#FFFF00}
and latter call it by something like <TAG CLASS="yellow"> where TAG could be SPAN or whatever...
If that doesn't do the trick please explain the problem some more...