/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {border: 2px #006600 solid;
	 width: 100%;
; font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px
}

.rss-title, rss-title a {background-image: url("http://www.advomatic.com/images/rapidreblog.gif"); background-repeat: no-repeat;
	margin: 2px;
	padding-top: 10px;
        font-weight: bolder;
}

.rss-items {
       list-style:none;
       margin:0;
       padding:4px;
}

.rss-item  {
  font-size: x-small;
  margin-bottom: 1em;;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {

	}

.rss-item a:hover { 

	}
	
.rss-date {
	font-size: xx-small;
	}

