body{
background:url(images/logo.gif);
}

A:link {
	color: #F19503;
	text-decoration: none;
}

A:visited {
	color: #F19503;
	text-decoration: none;
}

A:active {
	color: #F19503;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

TD {
	font-size: 13px;
	font-family : Verdana;

}


TD.dark {
	font-size: 11px;
	font-family : Arial;
	font-weight : Bold;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
	font-weight : Bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}


.footer_bkg {
background:#FFD228;
border:solid 1px #000000;
}

a.footer:link 	{ color: #000000; }


a.footer:visited 	{ color: #000000; }


a.footer:active 	{ color: #000000; }


a.footer:hover 	{ color: #000000; text-decoration:underline }



#weather_box {
	border: 1px solid #000;
	width: 135px;
	height: 130px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 0px;
}

#weather_header {
  padding: 2px;
  color: #000;
  background-color: #FFD228;
}

#weather_title {
  font-weight:bold;
  color: #000;
}

#weather_location {
	font-size: 9px;
	padding-top: 3px;
}

#weather_body {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.weather_float1 {
	font-size: 9px;
	width: 50px;
	float: left;
	padding-top: 3px;
	line-height: 11px;
}

.weather_float2 {
	width: 36px;
	float: left;
}

.weather_float3 {
	font-size: 9px;
	width: 45px;
	float: left;
	padding-top: 3px;
	line-height: 11px;
}

.temp {
	font-size: 12px;
	font-weight: bold;
}

.uv {
	font-size: 12px;
	font-weight: bold;
}

#weather_bottom {
  clear: both;
  padding-top: 4px;
  text-align: center;
  
}

#weather_wind {
	font-size: 9px;
	width: 122px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-left: 5px;

}

#weather_time {
	font-size: 9px;
	color: #000;
	padding-top: 3px;
  
}



.small_header_bkg {
background:#FFD228;
border:solid 1px #000000;
}

