body
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: white;
}

#weather
{
	width: 125px;
	/*border: 2px solid #333;
	border-width: 2px 0;*/
}

#weather div.location
{
	float: left;
	width: 125px;
}

td
{
	height: 20px;
	vertical-align: middle;
}

.img
{
	width: 20px;
}

.img img
{
	border: none;
	max-height: 16px;
	width: 20px;
}

.title
{
	width: 68px;
}

.temp
{
	width: 32px;
}