    /* A:link refers to all links on the page - not just the RSS content... */
    A:link { color : #FFFFFF; font-weight : bold; }
    A:visited { color : #FFFFFF; font-weight : bold; }

    /* these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... */

    .weatherchannel {
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	color: #999999;
    }

    .weatherchtitle {
	font-size : 0px;
	color : #335577;
	line-height: 1mm;
    }

    .weatherdesc {
	color : #FFFFFF;
	text-align : center;
	font-size: 8pt;
	font-family: "Trebuchet MS";
	font-weight: Normal;
	line-height: normal;
    }

    .weathertitle {
	font-size : 2pt;
	line-height : normal;
	background-color : #223344;
	color: #99ddbb;

    } 

    .weatheritdesc {
	background-color : #FFFFCC;
	padding-bottom : 10pt;
	font-family: "Trebuchet MS"
	border: 1px dashed #FFCC66;
	Font-style:Italic
	font-size: 12px;
	color: #333333;
	font-weight: normal;

    }

    .weathertable {
	text-align : left;
	background-attachment: fixed;
	background-color: #335577;
	background-repeat: repeat;
	background-position: left top;
	border: 1px dashed #666633;
	font-size: 2px;
	font-family: "Trebuchet MS";


    }

    /* 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. */

    .weatherdivider {
	background-color : black;
	border: none;

    }
