body {
  background-color: rgb(214,149,107);
  background-attachment: scroll;
  background-image: url("./images/poss-bg.jpg");
  margin: 0.25in 0.5in;
}

#content {
  font-family: sans-serif;
}

h1, h2 {
  color: white;
}

a {
  color: black;
  background-color: none;
}

a:hover {
  background-color: rgb(195,97,58);
}

:target { 
  border: 2px solid red;
}

img {
  border: none;
}

td {
  vertical-align: top;
  text-align: left;
}  

dd {
  margin-left: 0;
  font-style: italic;
  padding-bottom: 1em;
}

.other-stuff {
  font-size: 75%;
  margin-left: 0.25in;
}

.acknowledgement {
  font-size: 80%;
  font-style: italic;
}

.notice {
  font-size: 85%;
  font-style: italic;
}

.solemnity {
  font-size: 110%;
  font-weight: bold;
  color: white;
  text-align: center;
}

.offering {
  font-style: italic;
  font-size: 85%;
  color: #DEDEDE;
  text-align: center;
}

.offering a {
  color: #EEE;
  background-color: none;
}

.excitement {
  font-size: 110%;
  font-style: italic;
  font-weight: bold;
  line-height: 1.3;
  color: #DEDEDE;
  text-align: center;
}

.site-acknowledgement {
  font-size: 60%;
  font-style: italic;
  text-align: center;
}

.translation-note
{
    font-size: 67%;
}

.info {
  background-color: rgb(214,149,107);
  border-width: 1px 2px 2px 1px;
  border-color: black;
  border-style: dotted solid solid dotted;
  padding: 0.5em;
  margin: 0.25in 0;
}

.yellow {
  color: yellow;
}

.softlist {
   list-style: circle;
}

.callout {
  font-weight: bold;
}

.inquiry {
  text-align: center;
  font-style: italic;
}


img.translator {
    border: 1px black solid;
    margin: 15px;
}

.tcellbottom {
    color: white;
    text-align: center;
    font-size: 80%;
    text-style: monospace;
    vertical-align: bottom;
}

#toptable td { 
    /* padding-right: 1%; */
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
    /* padding-right: 50px; */
    /* padding-left: 50px; */
}