/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%;
	 padding: 15px;
	 width: 600px;
	 background-color: #eeeeee;
	 border: 1px solid #999999;
}

.rss_title, rss_title a {
	font-size: 15px;
	font-weight:bold;
	margin: 10px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 10px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 12px;
	padding-bottom: 2px;
	color: #000000;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 12px;
	color: #0000ff;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 12px;
	text-decoration : underline;
	color: #ff0099;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}
