@-moz-document domain(crave.cnet.com) {
    a:visited {color: red !important;}
    h3 a:visited {color: inherit !important}
}


/*  [if you'd prefer the old (green when visited) style]
    a {color: red !important}
    a:visited {color: #a7ab00 !important}
*/


/* [old, broken version]
    #mainColumn a:visited {color: #a7ab00 !important;}
    .tbr_btn_txt a:visited b {color: #ff0000 !important;}
    .tbr_btn_txt a:hover b {text-decoration: underline !important;}
*/