@charset "utf-8";
/* CSS Document */

/***************************************************************/
/*                START OF RSS FEED STYLES                     */
/* This is where you will need to add styles for the RSS Feed  */
/***************************************************************/

/* begin styles for RSS Feed */
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}

.rss-item  {
  font-size: 95%;
  font-weight : normal;
  list-style:none;
  padding-bottom:.2em;
}

.rss-item a {
	text-decoration : none;
	color:#706D6D;
	font-size: 95%;
	font-weight:normal;
	font-family:arial, sans-serif;
	}
	
.rss-item a:visited {
	color:#706D6D;
}

.rss-item a:hover {
  text-decoration: underline;
}




/***************************************************************/
/*             END OF RSS FEED STYLES            */
/***************************************************************/
