#weather {
	width: 225px;
	height: 110px;
	border-: double;
}
#current {
	width: 225px;
	height: 110px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	border-: double red 2px;
}
#current #temp {
	font-size: 24px;
	font-style: normal;
	padding-top: 30px;
	padding-right: 5px;
	border-: double;
	background--color: lime;
}
#current #fore {
	padding-right: 5px;
	font-size: 11px;
	border-: double;
	background--color: yellow;
}
#current #city {
	padding-right: 5px;
	border-: double;
	background--color: aqua;
}



