
p a:link { color: maroon; text-decoration: none; }
p a:visited { color: orange; text-decoration: none; font-weight: bold; }
p a:hover { color: green; text-decoration: underline; font-style:italic; }
p a:active { color: navy; text-decoration: none; font-variant: small-caps; }
...