@namespace url(http://www.w3.org/1999/xhtml);

:-moz-any-link {
   text-decoration: underline !important; }
:-moz-any-link:not(:hover):not(:visited) {
   -moz-text-decoration-color: red !important; }
:visited {
   -moz-text-decoration-color: green !important; }
:-moz-any-link:visited:hover {
   -moz-text-decoration-color: orange !important; }
:-moz-any-link:not(:visited):hover {
   -moz-text-decoration-color: red !important;
   -moz-text-decoration-style: wavy !important; }