@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("userscripts.org") {
pre.sh_sourceCode .sh_comment {
color:darkorange !important;
font-style:italic !important;

}

pre.sh_sourceCode .sh_cbracket
{
font-style: normal !important;
}

pre.sh_sourceCode .sh_keyword
{
color: green !important;
font-weight: bold !important;
}

pre.sh_sourceCode .sh_symbol
{
font-style: normal !important;
}

pre.sh_sourceCode .sh_function
{
color: navy !important;
font-style:normal !important;
font-weight: bold !important;
}

pre.sh_sourceCode .sh_keyword
{
color: green !important;
font-weight: bold !important;
}

pre.sh_sourceCode
{
font-style: italic !important;
}

pre.sh_sourceCode .sh_number
{
color: purple !important;
}
}