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

td.weblogtitleright
	{
	text-align: right;
	
	}

td.weblogtitleleft
	{
	text-align: left;
	
	}

td.weblogfooterright
	{
	text-align: right;
	}

td.weblogfooterleft
	{
	text-align: left;
	}


