rdf, rss, channel, item, title, description, link
{ display: block; }

image, language, managingEditor, webMaster, docs, copyright, lastBuildDate, pubDate, rating, day, hour, skipDays, skipHours, textinput, name
{ display: none; }

channel, item { z-index : 1; border : 1px solid rgb(0,0,0); 
        padding : 0.5em;
        width : 45em;
        margin-top : 0.5em;
        margin-left : auto;
        margin-right : auto;
}

channel {
	background-color:rgb(255,255,240);
	color:rgb(0,0,0);
}

channel title {
	font-family : sans-serif;
	font-weight : 900;
	text-align : center;
	font-size : 1.4em;
	padding-bottom : 0.5em;
}

channel description {
	margin-top : 0.5em;
	font-style : italic;
	font-family : serif;
	font-size : 1.2em;
}

item {
	background-color:rgb(240,240,255);
	color:rgb(0,0,0);
}

item title {
	text-align : left;
        margin-top : 0.5em;
        margin-bottom : 0.25em;
        font-family : sans-serif;
        font-size : 1.2em;
}

date {
	margin-left : 1em;
}

link {
	text-decoration : underline;
	margin-left : 1em;
}