/* begin styles for RSS Feed 
This is the most basic style to use for a list with no bullets */
.rss_box {
width: 100%;
}
.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.rss_items {
	list-style:none;
	margin:0;
	padding:0;
}
.rss_item {
	font-size: 10px;
	margin-bottom: 1em;
	;
	font-family: Arial, Helvetica, sans-serif;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10pt;
}
.rss_item a:hover { 
} 
.rss_date {
	font-size: 9px;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
}
.html .container .column_right #chat {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
