rss
{
    display:block;
    margin:10px;
}

channel
{
    display:block;
    height:300px;
    width:580px;
    border:1px solid #000;
    overflow:auto;
    background-color:#eee;
    font: 12px verdana;
}

item
{
    display: block;
    width:570px;
    padding:5px;
    margin-bottom:10px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-color:#fff;
}

channel>title, channel>description
{
    display: block;
    margin-left:10px;
    margin-top:10px;
    background-color:#eee;
    font-weight:bold;
}

channel>title
{
    font-size:16px;
}

channel>description
{
    font-size:10px;
    margin-bottom:10px;
}

item>title
{
    font-weight:bold;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

item>link, channel>link, channel>language
{
    display: none;
}

item>subtitle, item>author, item>keywords, item>pubDate, item>enclosure, item>guid
{
    display: none;
}


channel>webMaster, channel>author, channel>category, channel>subtitle, channel>summary, channel>owner, channel>explicit, channel>keywords
{
    display: none;
}
