#weather {
	width: 183px;
	height: 54px;
}
#current {
	width: 183px;
	height: 54px;
	text-align: right;
	color: #0033CC;
	font-weight: bold;
	font-family: Verdana;
}
#current #temp {
	font-size: 19px;
	font-style: normal;
	padding-top: 4px;
	padding-right: 12px;
}
#current #fore {
	font-size: 9px;
	padding-right: 12px;
}
#current #city {
	padding-right: 12px;
	font-size: 9px;
}
