This should get you different coloration for copyright class links, and visited copyright class links.
.copyright:link { color: #976907; }
.copyright:visited {color: #B75905; }
If you want to get fancy you can also do a hover:
.copyright??hover { color: #FFA509; }
This way you can simply call your copyright class in the or and any included links inherit the proper coloring.
-Terry
-----
"so listen up boy, or pornography starring your mother will be the second worst thing to happen to you today"
TF2: Spy
.copyright:link { color: #976907; }
.copyright:visited {color: #B75905; }
If you want to get fancy you can also do a hover:
.copyright??hover { color: #FFA509; }
This way you can simply call your copyright class in the or and any included links inherit the proper coloring.
-Terry
-----
"so listen up boy, or pornography starring your mother will be the second worst thing to happen to you today"
TF2: Spy