
.RSS {
    background: none repeat scroll 0 0 #fff;
}
.RSS a {
    color: #1c20de;
    display: inline-block;
    font: bold 10pt/1.75 arial !important;
    padding: 3px 0;
}
.RSS table {
   /* background: url("Images/rss.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.RSS table tr {
    display: inline-block;
    margin-left: 50px;
}
.RSS ul li {
    background: url("Images/rss.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 50px;
}
.RSS ul {
    list-style: none outside none;
    margin: 0 0 0 5px;
    padding: 0;
}
