a:hover{
text-decoration: underline;
cursor: pointer;
background-color: black;
color: white;
}
a:link{
text-decoration:none;
color:black;
background-color:F0E86D;
}
a:visited{
text-decoration:none;
color:black;
background-color:F0E86D;
}
WTF am i doing wrong.....after you click a link....it gets the visited color, but no longer gets the hover attribute applied with the mouseovers?