@namespace url(http://www.w3.org/1999/xhtml);

/* Style was based on "Underline links and always indicate visited links" */

@-moz-document
 url-prefix(http://joannenova.com.au) ,
 url-prefix(https://joannenova.com.au)
{

div.comment-container > *:not([class]) a, div.post-bodycopy a { 
   text-decoration : underline !important
}

div.comment-container > *:not([class]) a:visited , div.post-bodycopy a:visited {
    border-bottom: 2px dotted !important;
    text-decoration: none !important;
}

}