/* CSS Document */

.temp-current,
.temp-high,
.temp-low,
.wind-current,
.wind-peak,
.rainfall		{ font-family: Arial, Helvetica, sans-serif; }

.temp-high,
.temp-low,
.wind-current,
.wind-peak,
.rainfall		{ font-size: 13px; font-weight: bold; }

.temp-current	{ color: green; font-size: 19px; }
.temp-high		{ color: #CC0000; }
.temp-low		{ color: #0033CC }

.wind-current	{ color: green; }
.wind-peak		{ color: #CC0000; }

.rainfall		{ color: #0033CC; }