This css code holds link and non-link text. .middletext a:link, .middletext a:visited { font-size: 90%; color: white; } Code (markup): My problem is only the link text is colored white.. How can I make the non-link text also white? Thanks!