
    /* A:link refers to all links on the page - not just the RSS content... */
    A:link { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #999966; 
                text-decoration: none;
	}
    A:hover { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #999966; 
		text-decoration: underline;
	}
    A:visited { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color:#83645F;
        text-decoration: none;
	}

    /* these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... */

    .rssxpresschannel {
      font-family: Arial, Helvetica, sans-serif;
    }

    .rssxpresschtitle {
		visibility: hidden;
		overflow: hidden;
		position: absolute;
		left: -100px;  
    }

    .rssxpresschdesc {
		visibility: hidden;
		overflow: hidden;
		position: absolute;
		left: -100px;
    }

    .rssxpressittitle {
      font-size : 14px;
      background-color : #fff;
      border-bottom:1px solid #ececec;
    } 

    .rssxpressitdesc {
      background-color : #fff;
      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 {
      visibility: hidden;
    }
