@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("xkcd.com") {

* {
color : rgb(50, 40, 25) !important;
}

.hd,
.ft {
display : none !important;
}

div.bd,
div.bd * {
background : rgb(150, 168, 200) !important;
}

#topLeft a {
color : rgb(0, 64, 0) !important;
}

#logo img {
margin-right : 1em !important;
}

#middleContent li a {
background-color : rgb(105, 87, 55) !important;
color : white !important;
}

#middleContent img::after {
content : attr(title) !important;
}

a {
color : rgb(0, 64, 0) !important;
}

#logo a {
color : rgb(0, 64, 0) !important;
}

#middleFooter h4 {
font-size : 1ex !important;
}

}