@namespace url(http://www.w3.org/1999/xhtml);
  /* (c) 2008 by Lestarte */
  /* Tested with german SERPs */

@-moz-document domain(search.yahoo.com) {
  object[data*="web"],

  ol {
    counter-reset: pageNum;
  }

  li h3:before {
    content: counter(pageNum) ": ";
    counter-increment: pageNum;
    font-weight: bold;
  }
}