6
Style Information - http://www.mediatests.nl/catalog/modules/news/
http://www.mediatests.nl/catalog/themes/alightFC/style.css
a (line 6)
{
color: rgb(0, 0, 0);
text-decoration: none;
font-weight: bold;
background-color: transparent;
}
a:hover (line 7)
{
color: rgb(255, 0, 0);
}
.itemTitle a (line 34)
{
font-family: Tahoma;
font-size: 120%;
font-variant: small-caps;
color: rgb(255, 255, 255);
}
The .itemTitle a CSS class overrides the a and (I think) a:hover styles and colours the link white.
change color: rgb(255, 255, 255); to the colour you want.
Also, just fyi as I have seen it before and guess it is a theme problem, the drop-down navigation doesn't work in Firefox/Mozilla - the options are to the far left, meaning that you can hover over the "weblinks" link, but not select an option as the options disappear before the mouse pointer reaches it.