body
{
}

#UWeather 
{
	overflow: hidden; 
	width: 170px;
	border: 1px solid silver;
}
#UWeather #header 
{
	margin-bottom: 5px;
}
#UWeather #current_icon 
{
	padding:2px;
	width: 40px;
	height: 60px;
	float: left;
	padding-right: 4px;
}
#UWeather #current_temp 
{
	font-size: 2.0em;
}
#UWeather #forecast td
{
	font-size: 0.9em;
}

#UWeather #forecast td.day
{
	font-weight: bold;
}