Geeklog is formatted with css. So you are looking for "color:#xxxxxx;" attributes in your public_html/layout/your_theme/style.css file or something like it.
The example that I found of a ClearBlue sytle.css is not extensive. However the color attribute in the .storybox class looks like a possibility.
In your footer.thtml, you might try inline styles. For example, in the cell tag that contains text, add the attribute
style="color:#FFFFFF;" .
I notice there is a class="footerbox" attribute in that tag. Maybe better than inline styles, to define .footerbox in style.css:
http://www.w3schools.com/css/css_reference.asp
"A conclusion is the place where you got tired of thinking."--Steven Wright