#user hl:hover {
color: BlueViolet;
text-decoration: underline; }
<asp:HyperLink ID="hlUsername" runat="server" NavigateUrl="~/Manager/ProfileView.aspx" CssClass="hl" />
While this hyperlink is hovered, the font is underline but font color not changing. Any problem with my code?