	/* RSSpull elements */
	
	/* set visibility of elements by changing display property to "block" or "none" */
	#chan_title { display: none }			/* channel title */
	#chan_description { display: none }		/* channel description */
	#chan_image_link { display: none }		/* channel image */
	#chan_link { display: block }			/* channel hyperlink ("View more postings") */
	#chan_lastBuildDate { display: none }	/* channel last updated date */
	#chan_copyright { display: none }		/* channel copyright date */
	#chan_items #item img { display: none }	/* image in post */
	
	/* set style of text elements */
	.rss { font: 8pt Verdana, Arial, Helvetica; padding:3 3 3 3 }
	/* common properties for all links */
	.rss a { color: #0860a8; text-decoration:none;  }
	.rss a:hover { text-decoration:underline;  }

	/* individual element formatting */
	#chan_title { margin: 0 0 0 0; font-weight: bold; font-size: larger }
	#chan_description { margin: 0 0 0 0 }
	#chan_lastBuildDate { margin: 0 0 1em 0 }
	#chan_url { margin: 0 0 20 0 }
	#chan_link {  }
	#chan_link:hover {  }
	#chan_items { margin: 0 0 0 0 }
	#chan_items #item { margin: 0 0 1em 0 }
	#chan_items #item #item_title a { margin: 0 0 0 0; font-weight: bold; }
	#chan_items #item #item_pubDate { margin: 0 0 0 1em; display:none }
	#chan_items #item #item_description { margin: 0 0 1em 0 }
	#chan_items #item #item_description p { margin: 0 0 1em 0 }
	
