#weatherFlash {
	width: 560px;
}

#weatherFCast {
	float: left;
	display:inline;


}

#weatherFCast div.title{
	float: none;
	font-size: 14px;
	margin: 10px;	
}

#weatherFCast div.weatherFCastForDay {
	float: left;
	display:inline;
	text-align: center;
	width: 145px;
	font-size: 12px;	
}

#weatherFCast div.weatherFCastForDay span.value a:link, #weatherFCast div.weatherFCastForDay span.value a:visited{
	font-size: 12px;	
	text-decoration: none;
	color: black;
}

#weatherFCast div.weatherFCastForDay span.value a:hover {
	text-decoration: underline;
	color: black;	
}

#weatherFCast div.weatherFCastForDay span.title {

}


#weatherSynop {
	float: left;
	display:inline;
	width: 500px;	
	margin-left: 30px;
	text-align: center;
	color: #666;		
}


#weatherSynop div.title{
	float: none;
	font-size: 16px;
	margin: 10px;	
	
}

#weatherSynop div.weatherSynopForDay {
	float: left;
	display:inline;
	text-align: center;
	width: 100px;
	font-size: 10px;	
	margin: 10px;
}

#weatherSynop div.weatherSynopForDay span.value a:link, #weatherSynop div.weatherSynopForDay span.value a:visited{
	font-size: 10px;	
	text-decoration: none;
	color: black;
}

#weatherSynop div.weatherSynopForDay span.value a:hover {
	text-decoration: underline;
	color: black;	
}

#weatherSynop div.weatherSynopForDay span.title {
	display: block;
	/*font-weight: bold;*/
}



