#weather{
	width: 158px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#weather table{
	width: 158px;
}

#weather th{
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	height: 20px;
}

#weather td{
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

#weather .date{
}

#weather .stat{
}

#weather .temp{
}

#weather .prec{
}

/* color */
#weather .blue{
	color: #0050f0;
}

#weather .red{
	color: #ff0055;
}
