/* ===============================================
The style for the table where the categories are
shown.
=============================================== */
table.rss
	{
	width: 100%;
	border-collapse: collapse;
	}

td.rss
	{
	text-align: center;
	}

