pre.sh_sourceCode .sh_preproc {
  color: #6F371E;
}

pre.sh_sourceCode .sh_keyword {
  color: #970051;
}

pre.sh_sourceCode .sh_classname, pre.sh_sourceCode .sh_type, pre.sh_sourceCode .sh_usertype {
  color: #4F008C;
}

pre.sh_sourceCode .sh_function {
  color: #00316C;
}

pre.sh_sourceCode .sh_number {
  color: #2400FF;
}

pre.sh_sourceCode .sh_comment {
  color: #666666;
  font-style: italic;
}

pre.sh_sourceCode .sh_string {
  color: #820513;
}

