 /* A:link refers to all links on the page - not just the RSS content... */
    A:link { color : blue; font-weight : bold; }
    A:visited { color : green; font-weight : bold; }
	A:link { target : _blank; }
	
    /* 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 : large;
      color : #9999CC;
    }

    .rssxpresschdesc {
	  color : black;
      text-align : left;
	  }
	  
    .rssxpressittitle {
      font-size : 75%;
      line-height : 110%;
      background-color : #9999CC;
    } 

	.rssxpressitdesc {
     display : none
    }
   
    .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 : black;
    }
