div.weather {
	padding-right: 25px;
	padding-top: 25px;
}
div.weather br {
	clear: both;
}

table.weatherBig {
	font-size: 11px;
	display:inline;
	margin: 15px;
}

table.weatherBig td {
	font-size:9px;
}

table.weatherBig td.bigger {
	font-size:11px;
}

table.weatherBig td.up {
	color:green;	
}

table.weatherBig td.down {
	color:red;	
}

div.weather h1 {
	text-indent:0px;
	letter-spacing:4px;
	font-size:25px;
	font-family:"Times New Roman", Times;
	font-weight:normal;
	margin-top:13px;
	margin-bottom:2px;
}

div.weather h2 {
	text-indent:0px;
	letter-spacing:4px;
	font-size:20px;
	font-family:"Times New Roman", Times;
	font-weight:normal;
	margin-top:13px;
	margin-bottom:2px;
}

div.weather h3 {
	text-indent:0px;
	letter-spacing:2px;
	font-size:15px;
	font-family:"Times New Roman", Times;
	font-weight:normal;
	margin-top:13px;
	margin-bottom:2px;
}

table.weather {
	font-size: 10px;
	margin-top: 25px;
}

table.weather tr td {
	text-align: center;
}

table.weather tr td.day {
	width:100px;
}

table.weather tr td.p {
	text-align: right;
}

span.bigTemp {
	font-weight: bold;
	font-size:15px;
}

td.temp p {
	font-size:9px;
}

p.saying span {
    padding-left:20px;
    color:green;
    font-style:italic;
}
