if you want a specific css selector for the actual name in the left side, that would be
.author-content a:link
.author-content a:hover
.author-content a:visited
.author-content a:active
4 rules for the various states of a link, including pseudo selectors
