@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("xbox-linux.org") {
* { color: gainsboro !important; background: none !important; background-color: black !important }
a:link { color: cornflowerblue !important }
a:visited { color: lightpink !important } 
a:hover { color: gold !important }
a:active { color: red !important }
input[type=button], input[type=submit], input[type=reset]  { background-color: ButtonFace !important; color: ButtonText !important; border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight !important }
input[type=text], input[type=password], input[type=file] { background-color: Window !important; color: WindowText !important }
}