/* 
Document   : rss
Created on : 2009-mar-31, 11:32:47
Author     : Eric Aili
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.rssTitle {
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    background: #D7ECF7;
}

.rssUrl {
    color: #21144A;
    text-decoration: underline;
}

.rssContent {
    font-family: Verdana, Arial, sans-serif;
    font-size: 7pt;
    font-weight: normal;
}

.rssItem {
    border:0px; 
    padding-bottom:10px;
    background: #E1EFF7;
}

