  BODY
  {
    font-family: helvetica, arial, sans-serif;
    background: #e7b946;
    color : #261e0b
  }

  BODY
  {
    background: url(img/sands.jpg)
  }

  TABLE.display
  {
    border-width: 2;
    border-style: ridge;
    border-color: #735c23;
    background: url(img/sandstone.jpg)
  }

  P.footer
  {
    font-size : x-small;
    text-align : center
  }

  P.title
  {
    font-size : large;
    font-weight : bold;
  }

  P.verse
  {
    font-weight : bold
  }

  hr
  {
    color : #735c23
  }
