

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

    .rssxpresschannel {
      font-family : Tahoma;
      text-align : center;
    }

    .rssxpresschtitle {
      font-size : large;
      color : #006393;
    }

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

    .rssxpressittitle {
	font-size : 90%;
	line-height : 90%;
	background-color : #ffffff;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: lighter;
    } 

    .rssxpressitdesc {
	background-color : #FFFFFF;
	padding-bottom : 10pt;
	color: #000000;
    }

    .rssxpresstable {
      text-align : center;
    }

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