﻿.mod-outer .page .rssFeed ul
{
    color: #990000;
    padding: 0px 0px 10px 30px;
    list-style-image: url('images/RedBall.gif');
}
.mod-outer .page .rssFeed ul li a
{
    text-decoration: none;
    padding-top: 0px;
    margin-top: 10px;
}
.mod-outer .page .rssFeed ul a:hover
{
    list-style-image: url('images/GreenBall.gif');
    text-decoration: underline;
}
.mod-outer .page .rssFeed ul a.selected
{
    text-decoration: none;
}
