﻿
/*== Weather Forecast ==*/

table#forecast 
{
	width: 100%;
}

table#forecast th 
{
	width: 14.28%;
	text-align: center;
	font-size: 10px;
}

table#forecast td 
{
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

span.red
{
	color: Red;
}

span.blue
{
	color: Blue;
}

