To change the color of a link with CSS add the following to make link text white:

a {
    color:#fff;
}