    /* A:link refers to all links on the page - not just the RSS content... 
    A:link { color : blue; font-weight : bold; }
    A:visited { color : blue; font-weight : bold; }

   these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... 

    .rssxpresschannel {
      font-family : sans-serif;
      text-align : left;
      width: 16em;
      font-size: medium;
      
    }

    .rssxpresschtitle {
      font-weight: 100;
      color : #006393;
    }

    .rssxpresschdesc {
      color : black;
      text-align : left;
    }

    .rssxpressittitle {
      font-weight: 100;
      line-height : 1.2em;
      background-color : #006393;
    } 

    .rssxpressitdesc {
      background-color : #c6c6de;
      padding-bottom : 1em;
    }

    .rssxpresstable {
      text-align : left;
    }

    rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
       channel - to alter it's colour just change the background-color image. 

    .rssxpressdivider {
      background-color : #ccc;
    }

*/
