@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain('hsx.com'), url-prefix('hsx.com/forum/forum.php') {

  div#threads p.topic a{
   font-size: 16px !important;
   color:blue !important;
  }

  div#threads p a{
    font-size:14px !important;
    color:#075B17 !important; 
  }

  div#threads p a:visited{
    color:gray !important;
    font-style:italic !important;
    font-size:12px !important;
  }

}

