.wind_chill
{
 text-align: center;
}

.wind_chill table
{
 position: relative;
 top: 1px;
 left: 1px;
 height: 450px;
 width: 608px;
 margin: 0px;
 border: 0px;
}

.wind_chill td
{
 margin: 1px;
 border: 0px;
 background-color: #FFFFCC;
 color: #003366; /* #669933; */
 padding: 3px;
 font-size: 12px;
 font-style: condensed;
}


.wind_chill th
{
 margin: 1px;
 border: 0px;
 background-color: #003366; /* #669933; */
 color: #FFFF66;
 padding: 3px;
 font-size: 12px;
 font-style: condensed;
 font-weight: bold;
}