@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("wikipedia.org") {
*{
background-color:black !important;
color:rgb(230,230,100) !important;
border:0px !important;
}
div#siteNotice{display:none;} /* Gets rid of fundraising notices :D */

p{border:solid rgb(0,105,0) 1px !important;}
a {color:rgb(100,200,200) !important;}
a:visited{color:rgb(100,200,200) !important;}
a:link{color:rgb(240,100,100) !important;}
}