From what I know using something like:
.class a {}
Is the same as using:
.class a:link {}
Right?
Additionally..... are the following two styles the same?
.class a:focus {}
.class a:hover {}
Lastly..... the following styling is the color it is when the mouse is down right?
.class a:active {}