Find the /*ja newsflash */ section in the template_css.css file and make sure your section looks like this
div.nftitle,
div.nfcontent,
div.nfimages,
div.nftitle {
font-size: 170%;
color: #000000;
font-family: “Trebuchet MS”, Tahoma, Arial, Helvetica, sans-serif;
margin-top: 0;
}
div.nftitle a {
text-decoration: none;
border: none;
color: #011C84;
}
div.nfcontent {
font-size: 100%;
color: #000000;
font-family: “Trebuchet MS”, Tahoma, Arial, Helvetica, sans-serif;
margin-top: 0;
}
div.nfcontent a {
text-decoration: none;
border: none;
color: #011C84;
}
div.nfimages {
text-align: center;
}
Next to div.nfcontent { section change your color settings thier for your text color.
Next to div.nfcontent a { this is for active links in your newsflash to change that text color.
Thanks to noone, since I figured it out myself.