    /* 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;
    }

    .rssxpresschtitle {
      font-size : larger;
      color : #5556FF;
    }

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

    .rssxpressittitle {
      font-size : 110%;
      line-height : 120%;
      background-color : #EDEDED;
    } 
	 
	 
	 
	 /* A:link refers to all links on the page - not just the RSS content... */
    .rssxpressittitle A:link { color : blue; }
    .rssxpressittitle A:visited { color : blue; }

    .rssxpressitdesc {
	background-color : #BBE1EA;
	padding-bottom : 10pt;
	display: block;
    }

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