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

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

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

    .rssxpresschtitle {
      font-size : 70%;
      color : #000000;
    }

    .rssxpresschdesc {
      font-size : 60%;
      color : black;
      text-align : left;
    }

    .rssxpressittitle {
      font-size : 70%;
      line-height : 60%;
      background-color : #FFFFFF;
    } 

    .rssxpressitdesc {
      font-size : 60%;
      background-color : #FFFFFF;
      padding-bottom : 10pt;
    }

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