@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
 url-prefix(http://) ,
 url-prefix(https://)
{

a { 
   text-decoration : underline !important
}

a:visited {
    /* Dire on dark backgrounds, sadly: color: #551A8B !important; */

    /* Doesn't work (yet): text-line-style: dotted; */
    /* Not a proper underline, but this semes the best I can do */
    border-bottom: 2px dotted !important;
    text-decoration: none !important;

}

}