

a:link  { color: black }     /* an unvisited link */

a:visited  { color: maroon }  /* a visited link */

a:hover  { color: fuchsia }   /* a link with the mouse hovering over it */

a:active  { color: red }   /* the selected link */

