@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("news.ycombinator.com") {

td.title a:link, span.comment a:link{
  color: #33d !important;
}

td.title a:visited,  span.comment a:visited{
  color: #959 !important;
}

body > center > table > tbody > tr:first-child > td{
   background-color: #fc9 !important;
}

body > center > table{
   background-color: #fff !important;
}
}