Wordpress CSS issue

Hey Everyone,

Been staring at this for hours, perhaps a fresh pair of eyes can help.

In the footer of my page there is a menu widget with the title “TABLE MENU”. The “Home” link is displaying as #ED008C. I can’t find this anywhere… in the CSS or the Style Extender plugin / editor that’s included with the theme. I simply want to make it white.

http://atthetablemagazine.com/

Any help would be much appreciated.

Thanks!

Christian

According to Firebug, the style applied to that link is:
simple.css (line 28)


li.current-cat a, li.current_page_item a, li.current-menu-item a, li.current-cat a:link, li.current_page_item a:link, li.current-menu-item a:link, li.current-cat a:visited, li.current_page_item a:visited, li.current-menu-item a:visited {
    color: #ED008C;
}