
.cut-n-paste {
  border: 1px dashed navy;
  padding: 3px;
  margin: 0px;
  height: 100px;
  overflow: auto;
}

.SampleHeader {
  padding: 5px;
  margin: 0px;
  text-align: center;
  background-color: navy;
  color: white;
  font-size: medium;
  font-weight: bold;
}
.sampleIndex {
  padding: 5px;
  margin: 0px;
  white-space: pre;
  text-align: center;
  background-image: url(/images/paper.jpg);
  color: black;
}
.sampleIndex div { text-align: center; font-size: medium; font-weight: bold; }
.sampleIndex a { color: navy; background-image: url(/images/paper.jpg); }
.sampleIndex a:hover { color: white; }

.samplePage {
  padding: 5px;
  margin: 0px;
  text-align: justify;
  background-image: url(/images/paper.jpg);
  color: black;
}
.samplePage div { text-align: center; font-size: medium; font-weight: bold; }
.samplePage a { color: navy; background-image: url(/images/paper.jpg); }
.samplePage a:hover { color: white; }

/* cheat */

div.quoteBox {
  clear: both;
  position: relative;
  margin: 0px 5px 0px 5px;
  padding: 2px;
  height: 3.3em;
  overflow: hidden;
  border-left: 1px dashed silver;
  border-right: 1px dashed silver;
  border-bottom: 1px dashed silver;
}
div.quoteBox span.quoteText {  }
div.quoteBox div.quoteAuthor {
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 2px;
}

#BoxedBook {}
#BoxedBook td.bxbk
{
  border-top: 1px solid silver;
  border-right: 1px solid dimgray;
  border-bottom: 1px solid dimgray;
  border-left: 1px solid silver;
  padding: 3px;
}
