﻿table.weatherCONTAINER {
	border-collapse: collapse;
	text-align: left;
	font-family: Arial;
}
td.weatherHEADER {
	padding-left: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	color: #000000;
}
span.weatherTITLE {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
img.weatherICON {
	margin-right: 5px;
}
span.weatherCOND {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}
span.weatherHI {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #FF0000;
}
span.weatherLO {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #63BFDB;
}
