/* begin styles for RSS Feed */

.rss-box {
	 margin: 0.5em;
	 width: 350px;
	background: url(http://www.blackouthosting.com/development/jusc/images/rss_02.gif) no-repeat top;
         
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #ff0000;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 10px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #cc3300;
	font-size: 12px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color:#ff0000;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #ff0000;
	} 
