Just to let everyone know... here's how the color thing works.....
the format is #RRGGBB#
You use hexadecimal numbers for each pairing(which yields a value from 0 to 255(00 to FF). This represents how much saturation that color has in thr resulting color(0= none, 255=full). Just like the pixels on a TV set, color is made up from Red, Green, and Blue pixels(hence RRGGBB in the above example). As an example here are some colors:
#FF0000# - Red
#00FF00# - Green
#0000FF# - Blue
Experiment with different values to achieve different colors.
Have fun everyone!!!
Telgar the Toney Turtle