fieldset div.feed {
 line-height:1.8;
 margin:0.5em auto;
}
fieldset div.feed a {
 display:block;
 line-height:1;
}
fieldset div.feed a * {
 vertical-align:-12px; /* seems to work w/ FF & IE. -50%-1 of max icon height ? */
}
.list-rss img {
 cursor:pointer;
}
/*
 * W3C specs say DOCTYPE causes all anchor content to be underlined,
 * but only want text underlined.  wrap text in <span />.  uses markup
 * for presentation (bad), but see no other way.
 */
.feed a:hover { text-decoration:none }
.feed a:hover span { text-decoration:underline }
.feed a span:hover {	/* IE: '* html' selector bug, but OK with FF */
 text-decoration:underline;
}
