Well that color simply does not exist that I see.
Your using your forum stylesheet.
http://www.scrappinchicks.info/forum...n/scrappin.css
The tag that displays the title on showphoto has no class call there lets go back to the parent tdbackground which matchs to your phpbb style row1 which has no font color defined. Therefore any font that is not defined reverts to the page default. This is here in your stylesheet
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
There is no color call. It is defaulted to black.