@chraset=utf-8
a:visited
{
  color: #404080;
}
a:link
{
  color: #0000c0;
}
a:hover
{
  color: #0000c0;
  background-color: #f7e0e2;
  text-decoration: underline;
}

body
{
  background-color: #e7e0e2;
  color:            #000000;
  margin-left:  10%;
  margin-right: 10%;
  font-size:   100%;
  line-height: 144%;
  font-family: verdana, sans-serif;
}
.L2Pbackground
{
  color: #e7e0e2;
}

h1
{
  padding-top: 20px;
  font-weight: bold;
  font-family: aquaduct, serif;
}
h2
{
  padding-top: 20px;
  font-weight: bold;
  font-family: aquaduct, serif;
}

kbd
{
  font-family: courier new, monospace;
  font-size: 105%;
}

img
{
  border: 0px;
}

pre
{
  padding-right:  0.5em;
  padding-top:    0.5em;
  padding-left:   0.5em;
  padding-bottom: 0.5em;
  margin-left: 1em;
  width: 90%;
}

.L2Pinput
{
  border-right:  #d0b0b0 1px solid;
  border-top:    #907070 1px solid;
  border-left:   #705050 1px solid;
  border-bottom: #c0a0a0 1px solid;
  padding-right:  3px;
  padding-top:    0px;
  padding-left:   3px;
  padding-bottom: 0px;
  white-space: pre;
  font-family: monospace;
  background-color: #f3f4f6;
}
.L2Pcode
{
  padding-right:  0px;
  padding-top:    0px;
  padding-left:   0px;
  padding-bottom: 0px;
  white-space: pre;
  font-family: monospace;
  font-weight: 400;
}
.L2Pstring
{
  color: #c00000;
}
.L2Pnumber
{
  color: #007f00;
}
.L2Pkeyword
{
  color: #0000ff;
}
.L2Pdefinition
{
  color: #7f007f;
}
.L2Pcomment
{
  color: #ffffff;
}
