    /* A:link refers to all links on the page - not just the RSS content... */
    A:link { font-size : 8pt;
    color : navy; font-weight : bold; }
    A:visited { color : #000066; font-weight : bold; font-size : 8pt;
 }

    /* these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... */

    .rssxpresschannel {
      font-family : palatino lynotype;
       font-size : 8pt;
      text-align : left;
    }

    .rssxpresschtitle {
      font-size : 8pt;
      color : #FFFFFF;
    }

    .rssxpresschdesc {
      color : black;
      font-size : 8pt;
      text-align : left;
    }

    .rssxpressittitle {
      font-size : 8pt;
      line-height : 100%;
      color : black;
      background-color : #FFFFFF;
    } 

    .rssxpressitdesc {
      background-color : #FFFFFF;
       font-size : 8pt;
      padding-bottom : 8px;
    }

    .rssxpresstable {
      text-align : left;
      
    }
    
    a.techtag { font-size:1px;color:#fff; }
div.techtags { border-top:0px solid #000000; margin:5px; margin-top:; padding:; color:#000000; font-family:palatino lynotype; font-weight:bold; font-size:8pt; }
div.techtags a.techtag { font-size:8px; font-family:palatino lynotype; color:#000000; font-weight:normal; } 



    /* 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;
    }
