#game_day_forecast
{
	width:300px;
	font-family: Arial;
	font-size:12px;
	text-align:right;
	border: 2px solid black;
	background: #EEEEEE;
}
.game_day_forecast_title_row
{
	font-weight:bold;
	background-color: rgb(204,0,0);
	color:white;
	text-align: center;
}
.game_day_forecast_subtitle_row
{
	font-weight:bold;
	background-color:lightgrey ;
}
#game_day_forecast_conditions
{
	font-weight:bold;
	text-align: center;
	
}
#game_day_forecast_image
{
	
	text-align: center;
	
}

#game_day_forecast_footer a
{
	
	text-decoration:none;
	
}