@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(www.netvibes.com) {


/* make visited links light grey */
.nv-feedList li.read a {
  color: #C8C8C8 !important;
}
/* make new links italic */
.nv-feedList li.unread a {
  font-style: italic !important;
}
/* make links display block */
.nv-feedList li a {
  display: block !important;
}


}