/* A quote, perhaps from another post. */
.quote
{
  color: #000000;
  background-color: #dddddd;
  border: 1px dashed #000000;
  margin-left: 1px;
  margin-right: 8px;
  padding: 1px;
  padding-right: 4px;
  /*font-size: x-small;*/
  line-height: 1.6em;
}

/* A code block - maybe even PHP ;). */
.code
{
  color: #000000;
  background-color: #dddddd;
  border: 1px dashed #000000;
  margin-left: 1px;
  margin-right: 8px;
  padding: 1px;
  padding-right: 4px;
  /*font-size: x-small;*/
  line-height: 1.6em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
  color: #000000;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  /*font-size: x-small;*/
  line-height: 1.6em;
}


