#weather {
	width: 191px;
	height: 120px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
	background-color: #FFFFFF;
}
#current {
	width: 192px;
	height: 120px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
#current #temp {
	font-size: 24px;
	font-style: normal;
	padding-top: 50px;
	padding-right: 10px;
	margin-bottom: 5px;
}
#current #fore {
	padding-right: 10px;
	font-size: 11px;
	margin-bottom: 5px;
}
#current #city {
	padding-right: 10px;
	margin-bottom: 5px;
}

