@charset "UTF-8";
.Rss ul {
    margin: 0.5em 0.25em 0.25em 1em;
    padding: 0.5em 0.25em 0.25em 1em;
    list-style-type: square
    }
.Rss ul li {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 0.4em
    }
.Rss ul li a {
    text-decoration: none
    }
.Rss ul li a:hover {
    text-decoration: underline
    }