﻿body {
}

.weather_table
{
	font-family:Helvetica, Arial, sans-serif;
	width:100%; 
	border:1px, #cdcdcd	, solid;	
	text-align:left;
}

.weather_table th.h0
{
	text-align:left;
	padding-left:10px;
	background-color: #d5ddf3; color: Blue;
}
.weather_table th.h1
{
	text-align: right;
	padding-right: 10px;
	background-color: #d5ddf3; color: Blue;
}

.weather_table tr.r0 td
{
	background-color: #e6e6e6; color: black;
	padding-left:10px;
	text-align:left;
}
.weather_table tr.r1 td
{
	background-color: #ffffff; color: black;
	padding-left:10px;
	text-align:left;
}
