A:link {color:#3366ff}
A:hover {color:red}
A:active {color:red}
A:visited {color:#aea09d}
div.mainbody {margin-left: 1cm;margin-right: 1cm}
.languagebody {background:#ccccff}
.languageheader {background:#9999ff}
.cbody {background:#ccffff}
.cheader {background:#99ffff}
.cobolbody {background:#ffcccc}
.cobolheader {background:#ff9999}
.fortranbody {background:#ffccff}
.fortranheader {background:#ff99ff}
.pascalbody {background:#ccffcc}
.pascalheader {background:#99ff99}
.phpbody {background:#ffffcc}
.phpheader {background:#ffff99}

pre {
  background: #d5edf8;
  color: #205791;
  padding:0.5em;
  margin:0;
  border: 2 px solid #ddd;
  border-color: #92cae4;
}

blockquote.goodcode {
  font-size: 10pt;
  display: block;
  color: #060;
  background-color: #f8fff8;
  border-color: #f0fff0;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 5px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

blockquote.badcode {
  font-size: 10pt;
  display: block;
  color: #c00;
  background-color: #fff8f8;
  border-color: #fff0f0;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 5px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

blockquote.codeblock {
  font-size: 10pt;
  display: block;
  color: #050; /* originally 060 */
  background-color: #eeeeee;
  border-color: #f0fff0;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 5px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

blockquote.googleblock {
  font-size: 12pt;
  display: block;
  color: #205791;
  background-color: #ddeeff; /* #d5edf8 */
  border-color: #f0fff0;
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-left-width: 5px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

code.googlecode {
  color: #060;
}

.syntaxheader {
  font: arial, helvetica, sans-serif;
  color: #2a70d0;
  font-size: 1.30em;
}

.syntaxbody {
  border: 1px solid #005cb9;
  background-color: #f1f5f9;
  color: #000000;
  overflow:auto;
  margin-bottom: 1.7em;
  margin-right: 6em;
  margin-left: 3em;
  padding-left: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
}

.languagebody {background:#ccccff}
.languageheader {background:#9999ff}
.adabody {background:#ffe3cc}
.adaheader {background:#ffcc99}
.algolbody {background:#ccffe3}
.algolheader {background:#99ffcc}
.aplbody {background:#ccfff2}
.aplheader {background:#99ffe5}
.basicbody {background:#e3ffcc}
.basicheader {background:#ccff99}
.cbody {background:#ccffff}
.cheader {background:#99ffff}
.cplusbody {background:#ccffd7}
.cplusheader {background:#99ffb2}
.cobolbody {background:#ffcccc}
.cobolheader {background:#ff9999}
.forthbody {background:#fff2cc}
.forthheader {background:#ffe599}
.fortranbody {background:#ffccff}
.fortranheader {background:#ff99ff}
.javabody {background:#d7ccff}
.javaheader {background:#b299ff}
.javascriptbody {background:#f2ccff}
.javascriptheader {background:#e599ff}
.jovialbody {background:#f2ffcc}
.jovialheader {background:#e5ff99}
.lispbody {background:#cce3ff}
.lispheader {background:#99ccff}
.pascalbody {background:#ccffcc}
.pascalheader {background:#99ff99}
.perlbody {background:#ffccd7}
.perlheader {background:#ff99b2}
.phpbody {background:#ffffcc}
.phpheader {background:#ffff99}
.plibody {background:#e3ccff}
.pliheader {background:#cc99ff}
.postscriptbody {background:#ccf2ff}
.postscriptheader {background:#99e5ff}
.pythonbody {background:#ccd7ff}
.pythonheader {background:#99b2ff}
.rubybody {background:#ffcce3}
.rubyheader {background:#ff99cc}
.turtlebody {background:#ff99f2}
.turtleheader {background:#ff99e5}
.stanfordbody {background:#ffeeee}

