/* begin styles for RSS Feed */

.rss-box {
         margin: 0px 0%;
         padding: 0px 0px;

}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 9px;

}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
        text-decoration : none;
        border-bottom: 1px solid #ededed;
        color: #88b;
        }

.rss-item a:hover {
        text-decoration : none;
        color: #e0861e;
        border-bottom: 1px dotted #e0861e;
        }

