Schedule Search font colour change

In my flights schedules page, the Options list and my main flight ID are white, the same colour of the background so I can’t see anything unless I put my cursor on it. Is there a way I can change this specific text colour. I am using the Lance Free Skin.

Thanks

Same issue - Anyone have a solution?

Add an anchor style for that page in your css.

CSS

a.myanchorclass {
 color: #000000;
}

Then on your page

<a href="my url" class="myanchorclass">Link</a>