body {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
#weather {
	width: 240px;
	height: 120px;
	
}
#current {
	width: 240px;
	height: 120px;
	text-align: right;
	color: ##414141;
	font-weight: bold;
}
#current #temp {
	font-size: 24px;
	font-style: normal;
	padding-top: 40px;
	padding-right: 36px;
}
#current #fore {
	padding-right: 36px;
	font-size: 11px;
}
#current #city {
	padding-right: 36px;
}

