@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://goosh.org/"),
               url-prefix("http://www.goosh.org/") {

body, div, p, span, a, td, input {
  font-size: large !important;
}

body {
  background-color: #000000 !important;
  color: #aaaabb !important;
}
div[id="prompt"] {
  background-color: #111111 !important;
  color: #55FF99 !important;
}
input[id="inputfield"] {
  background-color: #111111 !important;
  color: #FFFF55 !important;
}
.info {
  color: #0A0 !important;
}
a:link {
  color: #7777FF;
}
a:hover {
  color: #AAAAFF !important;
}
a:visited {
  color: #FFAAAA !important;
}
}