/* begin styles for RSS Feed */

#Feed {
        background-color: #007CDE;
        bgcolor: #007CDE;
}

#Feed li {}
#Feed li a {
        height: 0;
}
#Feed li a.rss_item:visited, 
#Feed li a.rss_item:hover, 
#Feed li a.rss_item:link, 
#Feed li a.rss_item:active {
        background: none;
        border-style: none none solid none;
        border-width: 1px;
        border-color: black;
        display: block;
        position: relative;
        margin-top: 0px;
        padding: 0px 5px 1px 20px;
}


.rss_item  {
        white-space: normal;
        height: 120px;
        background-color: #007CDE;
}

