@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("weather.com")

{

/*text&background*/

html, body, tbody, thead, th, tr, td, blockquote, li, ul, h1, h2, h3, h4, h5, h6, font, strong, p, form, footer

{
color: white !important;
background: black !important;
}

select, div#footer-body-inner-bg, div#header-body-bg, .wx-overview-twitter-module-wrap .wx-tweet, div#wx-content > *, div#wx-content-2 > *, div#wx-content-3 > *, #wx-aftermath-message, .twc-app .twc-app-content, .twc-app .twc-app-footer, .twc-my-apps-module .twc-module-content, .twc-my-apps-module .twc-module-footer, .twc-app .twc-app-report, .twc-app .twc-app-header, .twc-my-apps-module .twc-module-header, ul.yui-nav li.selected a, .twc-module .twc-module-content, #wx-wrapper, #wx-bottom-bg, .wx-content

{
background: black !important;
}

span, a, div.twc-module-header, #wx-overview-twitter-module .twc-forecast-block, div.yui-content


{
background-color: black !important;
}

legend, select, input, span, code, textarea, pre, label, div, dd

{
color: white !important;
}


/*links*/

a

{
color: #0040ff !important;
}

a:visited

{
color: #224375 !important;
}

/*highlight*/

textarea, pre, input, code

{
background: #333333 !important;
}

}