/*--------------------------------------------------------------------------------------------*/
/*-- CSS created on 05/03/01 -----------------------------------------------------------------*/
/*-- Contact Michael Chimiak - info@lakegeorge.net -------------------------------------------*/
/*-- Each area of this style sheet is labeled in comments ------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/*-- Globals ---------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

body, td  {
	font-family : Verdana;
	color : #000000;
}

/*--------------------------------------------------------------------------------------------*/
/*-- Global Links ----------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

a  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #0033cc;
}

a:visited  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #0033cc;
}

a:active  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #0033cc;
}

a:hover  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #ff0000;
}

/*--------------------------------------------------------------------------------------------*/
/*-- Accuweather Links ----------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

a.accuweather  {
	font-family : arial, helvetica, verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #ffffff;
}

a.accuweather:visited  {
	font-family : arial, helvetica, verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #ffffff;
}

a.accuweather:active  {
	font-family : arial, helvetica, verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #ffffff;
}

a.accuweather:hover  {
	font-family : arial, helvetica, verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #ffffff;
}