
    
.temp
{
	color:Navy;
    font-size:14px;
    }

.cc
{
	color:Navy;
    font-size: 11px;
    }

.fcastWeekDay
{
	color:Navy;
	font-size: 12px;
    font-weight: bold;
    }
    
.ccLoc
{
	color:Navy;
    font-weight: bold;
    }

.fcastDate
{
	color:Navy;
    font-size: 11px;
    }
.fcastLH
{
	color:Navy;
    font-size: 11px;
    }
.curCond
{
	font-weight: bold;
	color:Navy;
    font-size: 12px;
    }
.curWind
{
	color:Navy;
    font-size: 11px;
    }

.weatherTable
{
	width:90%;
    padding:5px;
    background-color:White;
    text-align: center;
    border:solid 1px #c3c3c3;
    margin-left:auto;
    margin-right:auto;
    }
    
.fcastTable
{
	width:100%;
    padding:3px;
    background-color:White;
    text-align:center;
    border:solid 1px #c3c3c3;
    margin-left: auto;
    margin-right: auto;
    }

.weatherError{
   color: #ff0000;
   font-size: 12px;
   margin: 5px 0 5px 0;
} 