a {
  text-decoration: none;
  border-bottom: 1px dashed #000000;

}
a:hover {
  color: #bb7722;
}

.aSnap {
  font-family: 'Lucida Console', monospace;
  font-size: 85%;
}

.aList {
  font-size: 85%;
  border: 1px solid #000000;
}
.lHeader {
  font-weight: bold;
  border-bottom: 1px solid #000000;
  background-color: #cccccc;
}
.lText-1 {
  background-color: #eeeeee;
}
.lText-2 {
  background-color: #dddddd;
}


.inLine {
  font-size: 85%; 
  font-family: 'Lucida Console', monospace;
  line-height: 95%;
}
.aCode {
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  padding: 5px;
  font-size: 85%; 
  margin-left: 50px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 100%;
  font-family: 'Lucida Console', monospace;
  overflow: auto;
}
.cTitle {
  font-style: italic;
  font-size: 85%;
  margin-left: 75px;
  margin-top: 2px;
}
.cPHP         { color: #000077; }
.cFunction    { color: #dd0000; }
.cVariable    { color: #005599; }
.cConstant    { color: #666666; }
.cComment     { color: #009900; }
.cText        { color: #999900; }
.cReserved    { color: #000099; }
.cOwnFunction { color: #770000; }

.cOutput {
  margin: 0px;
  border: 1px solid #000000;
  padding: 3px;
  background-color: #ddddff;
  font-size: 85%;
}
.coTitle {
  font-style: italic;
  color: #0000ff;
  padding-left: 10px;
}

.aBody {
  font-family: sans-serif;
  font-size: 90%;
}
.aHead1 {
  background-color: #ccccff;
  border: 1px solid #000000;
  font-family: serif;
  font-size: 150%;
  padding-left: 15px;
  margin-top: 20px;
}
.aHead2 {
  background-color: #ccccff;
  border: 1px solid #000000;
  font-size: 110%;
  padding-left: 10px;
  margin-top: 5px;
}
.aSection {
  padding: 3px;
  padding-left: 10px;
  padding-bottom: 5px;
  line-height: 125%;
  border-left: 1px solid #cccccc;
  margin-bottom: 8px;
}
.aSubSection {
  padding: 3px;
  padding-left: 10px;
  padding-bottom: 5px;
  line-height: 125%;
  border-left: 1px solid #cccccc;
  margin-bottom: 8px;
}

.author {
  font-style: italic;
  font-size: 90%;
  text-align: center;
  letter-spacing: 1px;
}

.title {
  font-style: italic;
  font-size: 250%;
  text-align: center;
  letter-spacing: 2px;
  font-family: serif;
}

q {
  font-style: italic;
}


.printable {
  border: 1px solid #000000;
  width: 100px;
  text-align: center;
  font-size: 85%;
  font-family: sans-serif;
  background-color: #eeeeee;
  margin: 0px;
}

.txtSmall {
  font-size: 75%;
  line-height: 55%;
  margin-bottom: 3px;
}


ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}

.binary {
  font-family: monospace;
  border-bottom: 1px dashed #999999;
}