.weather { 
	width: 75%; 
	background-color: #FFFFFF;
}

.locality { 
	text-align: center; 
	color: white; 
	background-color: black; 
	font-weight: bold; 
	height: 1.8em; 
}

.category { 
	text-align: center; 
	font-weight: bold; 
}

.colheader { 
	text-align: center; 
	font-weight: bold; 
}

.rowheader { 
	font-weight: bold; 
	width: 6%; 
}

.cell { 
	text-align: center; 
	width: 5%; 
}
