<!--Wunderground Weather Styles-->
<style type='text/css'>
	.city-weather{
		margin-left:5px;
		border: 0px solid black;
	}
	.wicon{
		float: right;
		width:25%;
		text-align:left;
		font-weight: normal;
		font-size: 10px;
		white-space: nowrap;
		border: 0px solid black;
	}
	.visib{
		text-align:center;
		font-weight: normal;
		font-size: 10px;
		white-space: nowrap;
		margin-top:-15px;
		border: 0px solid black;
	}
	.temp{
		font-weight: bold;
		font-size: 32px;
		margin-top:-10px;
		width:75%;
		white-space: nowrap;
	}
	.visibility{
		font-weight: normal;
		font-size: 10px;
		white-space: nowrap;
	}
	.feelslike_f{
		margin-top:-12px;
		font-weight: normal;
		font-size: 14px;
		white-space: nowrap;
	}
	.wind{
		width:100%;
		margin-top:10px;
		font-weight: normal;
		font-size: 14px;
		white-space: nowrap;
	}
	.humidity{
		font-weight: normal;
		font-size: 14px;
		white-space: nowrap;
	}
	.ob_time{
		text-align:center;
		margin-top:15px;
		font-weight: normal;
		font-size: 11px;
		white-space: nowrap;
	}
	.dewpoint_f{
		font-weight: normal;
		font-size: 14px;
		white-space: nowrap;
	}
	.pressure{
		font-weight: normal;
		font-size: 14px;
		margin-top:-2px;
		white-space: nowrap;
	}
	.arrow{
		font-weight: bold;
		font-size: 18px;
	}
	.visibility_mi{
		font-weight: normal;
		font-size: 14px;
		white-space: nowrap;
	}
	.precip_today_in{
		font-weight: normal;
		font-size: 14px;
		white-space: nowrap;
	}
</style>