    /* http://rssxpress.ukoln.ac.uk/lite/include/?url=http%3A%2F%2Fwww.fema.gov%2Fnews%2Fregionnews_rss.fema%3Fregion%3D7 */
    
    /* 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 - the RSS channel is wrapped in a single <div> with this class. 
     Changes to this will effect all of the channel */

    .rssxpresschannel {
      font-family : sans-serif;
      text-align : center;
    }

    /* rssxpresschtitle - the RSS channel title  */
    
    .rssxpresschtitle {
      font-size : 9pt;
      color : #006393;
    }

    /* rssxpresschdesc - the RSS channel description */
    
    .rssxpresschdesc {
      color : black;
      text-align : center;
    }
    
    /* rssxpressittitle - each of the item titles have this class. 
    Note that because each of these are links, there are limitations to their control. 
    If you wanted a specific colour for example you would need to define an 
    A:link colour that would effect all the links on the page, not just the RSS channel 
 */
    .rssxpressittitle {
      text-align : left;
      font-size : 10pt;
      line-height : 100%;
      background-color : #FFFFFF;
    } 
    
    /* rssxpressitdesc - the RSS item description  */
    
    .rssxpressitdesc {
      text-align : left;
      font-size : 8pt;
      background-color : #FFFFFF;
      padding-bottom : 10pt;
    }

    /* rssxpresstable - the RSS channel is formatted using a table of this class. 
    Changes here could effect text alignment, etc.  */
    .rssxpresstable {
      text-align : center;
      font-size : 14pt;
    }

    /* 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 - the items from the channel are separated from the main description at the top, and other things at the end, but a single pixel, single column, row in the RSS channel layout table. To change the colour of this alter the background colour attribute in the stylesheet 
       */

    .rssxpressdivider {
      background-color : black;
    }