.rssxpresschannel {
	/* the RSS channel is wrapped in a single <div> with this class. Changes to this will effect all of the channel */
}

.rssxpresstable {
	/* the RSS channel is formatted (rightly or wrongly  :-) ) using a table of this class. Changes here could effect text alignment, etc. */
	border: 0;
	margin: 0;
	padding: 0;
}

.rssxpresschtitle {
	/* the RSS channel title */
	text-align: left;
	font-size: larger;
	font-weight: bold;
}

.rssxpresschdesc {
	/* the RSS channel description */
	display: none;
}

.rssxpressittitle {
	/* each of the item titles have this class. Note that because each of these are links, there are limitations to their control. If you wanted a specific colour for example you would need to define an A:link colour that would effect all the links on the page, not just the RSS channel */
	padding-top: 10px;
	background-color: #FFFFFF;
	font-weight: bold;
}

.rssxpressitdesc {
	/* the RSS item description */
	background-color: #FFFFFF;
}

.rssxpressdivider {
	/* the items from the channel are separated from the main description at the top, and other things at the end, but a single pixel, single column, row in the RSS channel layout table. To change the colour of this alter the background colour attribute in the stylesheet */
	display: none;
}