﻿body {
 background-color: #fff;
 color: #000;
 }

noscript p {
 color: #f00;
 }

a, a:link, a:visited, a:active, a:hover {
 color: #06c;
 }

#header {
 background-color: #333;
 border-color: #666;
 }

#header ul li a, #header ul li a:link, #header ul li a:visited {
 color: #888;
 }

#header ul li a:active, #header ul li a:hover, #header ul li a.current {
 color: #ddd;
 }

#headerTitle h1 {
 color: #eee;
 }

#headerTitle h2 {
 color: #cc9;
 }

#wrapper {
 border-color: #999;
 }

#currentConditions {
 border-color: #ddd;
 }

#currentTemperature {
 color: #999;
 }

#currentDescription {
 color: #999;
 }

#footer {
 border-color: #ddd;
 }

.newsItem h5 a {
 color: #03c;
 }

.incidentItem h5 a {
 color: #c30;
 }

.eventItem h5 a {
 color: #390;
 }

.incidentItem ul li a, .incidentItem ul li a:link, .incidentItem ul li a:visited {
 color: #999;
 }

.incidentItem ul li a:active, .incidentItem ul li a:hover {
 color: #f63;
 }

.contentItem img {
 background-color: #fff;
 border-color: #eee;
 }

a.actionLink {
 color: #000;
 }

a img, a:link img, a:visited img {
 border-color: #eee;
 }

a:active img, a:hover img {
 border-color: #bbb;
 }

acronym, abbr {
 color: #093;
 }
