channel > *, item > * { 
  display: block;
}
channel > item {
  margin: 16px 0 16px 0;
}


channel > title,
channel > link,
channel > description,
channel > language,
channel > copyright,
channel > pubDate,
channel > lastBuildDate,
channel > docs,
channel > generator,
channel > managingEditor,
channel > webMaster,
channel > ttl
{ 
display: none;
}


item > link {
  font-weight: bold;
}

item > title, item > Xtitle { 
  font-weight: bold;
}

item > description {
}

item > pubDate {
  display: none;
}

item > guid {
  display: none;
}



/* based on
http://www.oreillynet.com/pub/a/network/2005/07/01/rss.html
and
http://interglacial.com/~sburke/stuff/pretty_rss.html
*/



