<!-- 

program : gcjs_style_sheet.css
analyst : d h brown dhbrown@sflc.com
written : jan/2003
(c)2003 : gcjs

purpose : style sheet...

-->

<STYLE type="text/css">

   a:link    { color: "#0000FF"; }
   a:visited { color: "#0000FF"; }
   a:active  { color: "#FF0000"; }
   a.plain   { text-decoration: none; }
   a.hover   { color: "#FF0000"; }

a:hover {
	color: #FF0000;
}

a:xxxhover {
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
	color: #0033CC;
	color: #FF0000;
}


WeatherInput {
   font: 8pt verdana,arial,helvetica,sans-serif;
   color: #000080;
   text-decoration: none
}

</STYLE>

