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

    .rssxpresschannel {
      font-family : arial;
      text-align : left;
    }

    .rssxpresschtitle {
      font-size : 0pt;
      color : #ffffff;
    }

    .rssxpresschdesc {
      color : ffffff;
      text-align : center;
      font-size : 0pt;
    }

    .rssxpressittitle {
      font-size : 10pt;
      line-height : 100%;
      background-color : #ffffff;
    } 

    .rssxpressitdesc {
      background-color : #ffffff;
      color : #ffffff;
      padding-bottom : 4pt;
      font-size : 0pt;
    }

    .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 : white;
    }


