/*************************
 **  Practical Perl
 ************************/
body
{
  background-color: white;
  color: black;
  font-family: Verdana;
  margin: 0pt;
}

.copy
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width: 80%;
  line-height: 1.5em;
}

pre
{
  /* font-size: larger; */
  font-weight: 700;
  /* color: #874b7a; */
 color: #036;
}

.inlineCode
{
  font-family: monospace;
  font-weight: 700;
  /* color: #874b7a; */
 color: #036;
}

/* to highlight the regex delimiters */
.delim
{
  color: red;
}

/* special text highliting */
.hilite
{
  background-color: #f9dbff;
}

.disable-txt
{
  color: #999 ! important
}

a:visited
{
  color: #32897f;
  text-decoration: none;
}

a:link
{
 color: #039;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.content
{
 margin: 20pt 20pt 20pt 20pt;
}


h1
{
  color: #666;
  font-family: Georgia, Times, serif;
  font-size: 20pt;
  margin-bottom: 18pt;
  border-bottom: thin dotted #874b7a;
  padding-bottom: 4pt;
}

h2
{
 color: #666;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  margin-bottom: 0pt;
}

.navbar
{
  font-size: smaller;
  text-align: left;
  padding: 2pt 6pt 4pt 4pt;
  background-color: #efefe4;
}

