Creating Pseudo-Class Styles
We can combine pseudo-classes with id attributes also:
a#Special:link
a#Special:visited
a#Special:active
a#Special:hover
<a id="Special" href="page.html">
Remember that the id styles are created with the hash-mark and the pseudo-class is then created with the colon: