Setting the color of a link button you use the forecolor attribute on
Code:
<asp:linkbutton id="btnLink7" text="test"  forecolor="white" runat="server"/>
, but how do I set this if I wish to use a CSS?