/* Black & Green Style for Goosh.org - by James Burgess (www.jamesburgess.co.uk) */
/* v1.03 - 04-Jun-2008 @ 10:27 BST */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("goosh.org") {

body, #output {
background-color: #000000 !important;
color: #00FF00 !important;
}

.info, #prompt, td, .inputb { color:#090 !important; }
.less { color:#0F0 !important; }
span.less:after { content: ' - Green & Black Style by James Burgess (www.jamesburgess.co.uk)'; }

a { text-decoration: underline !important; }
a:link { color: #00FF00 !important; }
a:visited { color: #00FF00 !important; }
a:active { color: #CCC !important; }
a:hover { color:#FF0 !important; }

td a { text-decoration: none !important; }
td a:before { content: '- '; }
td a:first-child { text-decoration: underline !important; }
td a:first-child:before { content:'' !important; }

#inputfield {
color: #00FF00 !important;
background-color: #000000 !important;
}

div.input{
color: #0F0 !important;
background-color:#000000;
}

}