/* **************************************************************************** */
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/* **************************************************************************** */


a:link.home {color: #CCCCFF; text-decoration: underline}
a:visited.home {color: #CCCCFF; text-decoration: underline}
a:hover.home {color: #FF3333}
a:link.bodylink {color: #666699; text-decoration: underline}
a:visited.bodylink {color: #666699; text-decoration: underline}
a:hover.bodylink {color: #990000}
a:link.listlink {color: #FF9900; text-decoration: underline}
a:visited.listlink {color: #FF9900; text-decoration: underline}
a:hover.listlink {color: #990000}
a:link.weatherlink {color: #3333CC; text-decoration: underline}
a:visited.weatherlink {color: #3333CC}
a:hover.weatherlink {color: #FF6666}
a:link.darkbg 
{
	color:White;
	text-decoration:none;
}
a:visited.darkbg 
{
	color:White;
	text-decoration:none;
}
a:hover.darkbg 
{
	color:White;
	text-decoration: underline; 
	font-weight: bold;
}
th.header {font-size: 12pt; font-weight:bold}
td.body {font-size: 10pt}