/* CSS Document */

.rss_box 	{

	width: 210px;
	text-align: left;	 

			}



.rss_title, .rss_title a:link

			{

	font-family: Arial, Verdana, sans-serif;

	font-size: 30px;

	font-weight: bold;

	padding: 0;

	text-align:center;

			}



.rss_title a:visited, .rss_title a:active, .rss_title a:hover 

			{

	color: #000000;

			}



.rss_items 	{

	list-style:none;

			}



.rss_item  	{

  	font-family: Arial, Verdana, sans-serif;

  	font-size: 12px;

  	margin-bottom: 1em

			}



.rss_item a:link, .rss_item a:visited, .rss_item a:active 

			{

	text-decoration : none;

	color: #2E518B;

			}



.rss_item a:hover 

			{ 

	text-decoration : underline;

	color: #F66025;

			}

	

.rss_date 	{

	font-size: 10px;

	font-weight : normal;

	color: #333;

			}
