/*  This is the Style Sheet for the WEB DISPLAY version of the
    Perl Jumpstart Course                                    */
	
.codebox {
  position: relative;
  left: -60px;
  z-index: 2;
}

/* BODY is yellow for viewing */
BODY {
  background-color: lemonchiffon;
  font-size: 15pt;
}

/* Table cell text is larger for viewing */
TD {
  font-size: 15pt;
}

/* use this for Perl statements, e.g. open() */
CODE {
  font-size: 16pt;
  font-weight: bold;
  font-family: monospace;
}

PRE {
  font-family: monospace;
  font-weight: bold;
}

TT {
  font-size: 14pt;
  font-weight: bold;
  font-family: arial, helvetica, geneva;
}

KBD {
  font-style: normal;
  font-size: 120%;
  font-weight: bold;
  font-family: arial, helvetica, geneva;
}

/* Use for page headings */
H1  {
  font-size: 22pt;
  color: #990000;
}

/* Use in table headings */
H2  {
  font-size: 18pt;
}

/* Use in table-of-contents tables to print larger */
H3  {
  font-size: 16pt;
  font-weight: normal;
}

/* Normal-size font in reddish color */
H4  {
  font-size: 16pt;
  color: #990000;
}

/* Use for page numbers at bottoms of pages */
H6  {
  font-size: 12pt;
}

.footer {
  text-align: center;
  font-size:  8pt;
  font-family: verdana, arial, helvetica;
}

.highlight {
   background-color: lightsteelblue
}
