@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(forums.mozillazine.org) {


a:link {
   text-decoration: underline !important;
}

a:visited {
   text-decoration: underline !important;
}

a:hover {
   text-decoration: underline !important;
}

a:active {
   text-decoration: underline !important;
}

}