/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */

.code {
  margin-left: 2%;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 2px;
  border: solid 1px #cccccc;
  background-color: #eeeeee;
  font: normal 90% courier;
}

.code h3 {
  margin: 0;
  padding: 2px;
  border-bottom: solid 1px #cccccc;
  background-color: #cccccc;
  color: #000;
}

.code a {
  font: courier;
  color: #000;
}

.code pre {
  padding: 7px;
}

.python .imp {font-weight: bold; color: red;}
.python .kw1 {color: #ff7700;font-weight:bold;}
.python .kw2 {color: #008000;}
.python .kw3 {color: #dc143c;}
.python .kw4 {color: #0000cd;}
.python .co1 {color: #808080; font-style: italic;}
.python .coMULTI {color: #808080; font-style: italic;}
.python .es0 {color: #000099; font-weight: bold;}
.python .br0 {color: #66cc66;}
.python .st0 {color: #483d8b;}
.python .nu0 {color: #ff4500;}
.python .me1 {color: black;}
.python .li1 {background: none;}

.c .imp {font-weight: bold; color: red;}
.c .kw1 {color: #b1b100;}
.c .kw2 {color: #000000; font-weight: bold;}
.c .kw3 {color: #000066;}
.c .kw4 {color: #993333;}
.c .co1 {color: #808080; font-style: italic;}
.c .co2 {color: #339933;}
.c .coMULTI {color: #808080; font-style: italic;}
.c .es0 {color: #000099; font-weight: bold;}
.c .br0 {color: #66cc66;}
.c .st0 {color: #ff0000;}
.c .nu0 {color: #cc66cc;}
.c .me1 {color: #202020;}
.c .me2 {color: #202020;}
.c .li1 {background: none;}

.bash .de1, .bash .de2 {color: #000060; font-weight: normal;}
.bash .imp {font-weight: bold; color: red;}
.bash .kw1 {color: #b1b100;}
.bash .kw3 {color: #000066;}
.bash .co1 {color: #808080; font-style: italic;font-style: normal;}
.bash .coMULTI {font-style: normal;}
.bash .es0 {color: #000099; font-weight: bold;font-weight: normal;}
.bash .br0 {color: #66cc66;}
.bash .st0 {color: #ff0000;}
.bash .nu0 {color: #cc66cc;}
.bash .me {1}
.bash .re0 {color: #0000ff;}
.bash .re1 {color: #0000ff;}
.bash .re2 {color: #0000ff;}
.bash .li1 {background: none;}

.html4strict .imp {font-weight: bold; color: red;}
.html4strict .kw1 {color: #b1b100;}
.html4strict .kw2 {color: #000000; font-weight: bold;}
.html4strict .kw3 {color: #000066;}
.html4strict .coMULTI {color: #808080; font-style: italic;font-style: normal;}
.html4strict .es0 {color: #000099; font-weight: bold;font-weight: normal;}
.html4strict .br0 {color: #66cc66;}
.html4strict .st0 {color: #ff0000;}
.html4strict .nu0 {color: #cc66cc;}
.html4strict .me {1}
.html4strict .sc0 {color: #00bbdd;}
.html4strict .sc1 {color: #ddbb00;}
.html4strict .sc2 {color: #009900;}
.html4strict .li1 {background: none;}

.php .imp {font-weight: bold; color: red;}
.php .kw1 {color: #b1b100;}
.php .kw2 {color: #000000; font-weight: bold;}
.php .kw3 {color: #000066;}
.php .co1 {color: #808080; font-style: italic;font-style: normal;}
.php .co2 {color: #808080; font-style: italic;}
.php .coMULTI {color: #808080; font-style: italic;font-style: normal;}
.php .es0 {color: #000099; font-weight: bold;font-weight: normal;}
.php .br0 {color: #66cc66;}
.php .st0 {color: #ff0000;}
.php .nu0 {color: #cc66cc;}
.php .me1 {color: #006600;}
.php .me2 {color: #006600;}
.php .me {1}
.php .re0 {color: #0000ff;}
.php .li1 {background: none;}

.java .imp {font-weight: bold; color: red;}
.java .kw1 {color: #b1b100;}
.java .kw2 {color: #000000; font-weight: bold;}
.java .kw3 {color: #aaaadd; font-weight: bold;}
.java .kw4 {color: #993333;}
.java .co1 {color: #808080; font-style: italic;font-style: normal;}
.java .co2 {color: #a1a100;}
.java .coMULTI {color: #808080; font-style: italic;font-style: normal;}
.java .es0 {color: #000099; font-weight: bold;font-weight: normal;}
.java .br0 {color: #66cc66;}
.java .st0 {color: #ff0000;}
.java .nu0 {color: #cc66cc;}
.java .me1 {color: #006600;}
.java .me2 {color: #006600;}
.java .me {1}
.java .li1 {background: none;}

.xml .imp {font-weight: bold; color: red;}
.xml .coMULTI {color: #808080; font-style: italic;font-style: normal;}
.xml .es0 {color: #000099; font-weight: bold;font-weight: normal;}
.xml .br0 {color: #66cc66;}
.xml .st0 {color: #ff0000;}
.xml .nu0 {color: #cc66cc;}
.xml .me {1}
.xml .sc0 {color: #00bbdd;}
.xml .sc1 {color: #ddbb00;}
.xml .sc2 {color: #339933;}
.xml .sc3 {color: #009900;}
.xml .re0 {color: #000066;}
.xml .re1 {font-weight: bold; color: black;}
.xml .re2 {font-weight: bold; color: black;}
