
#content
{
  font: 8pt verdana;
  margin: 0px;
}

td
{
  font: 8pt verdana
}

a:link
{
  color: blue;
  text-decoration: none;
}

a:visited
{
  color: blue;
  text-decoration: none
}

a:hover
{
  color:  red;
  text-decoration: underline
}

a:link img
{
  border: 1px solid black;
}

a:visited img
{
  border: 1px solid black;
}

a:hover img
{
  border: 1px solid red;
}

img
{
  border: 1px solid black;
}

.mainimage
{
  width:  550px;
}

#title {
  background-color:#888;
  color:white;
  font-family: verdana, sans-serif;
  font-size:1.25em;
  padding:1em;
  margin-bottom: 10px;
  font-weight:normal;
  width:100%;
  border-bottom: 1px outset #999;
}

#title a:link {
  color: white;
}
#title a:hover {
  color: red;
  text-decoration: none;
}

#titleblock
{
  font:   24px verdana;
}

#thumbnails
{
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  background-color:#eee;
  border:1px solid #000;
  min-width:500px;
  text-align:center;
}

#thumbnails h2
{
  background-color: #369;
  color:            #fff;
  border-bottom:    1px solid black;
  font:             8pt verdana;
  text-align:       left;
  padding:          .5em .5em .5em .5em;
  margin-top: 0em;
  margin-bottom:    .5em;
}

.thumbnail
{
  height: 100px;
  width:  75px;
}

#pages
{
  position:absolute;
  left:10px;
  width:550px;
  padding:5px 5px 5px 5px;
  background-color:#eee;
  border:1px solid #000;
  margin-top:    10px;
  margin-right:  10px;
  z-index:      1;
}

#pages h2
{
  background-color: #888;
  color:            #fff;
  border:           1px solid black;
  text-align:       center;
  padding:          .5em;
  margin-top:       0em;
  margin-bottom:    .5em;
  margin-right:     -2px;
  font:             8pt verdana;
}

#transcription
{
  margin-top:   10px;
  margin-left:  580px;
  margin-right: 10px;
  padding:      5px 5px 5px 5px;
  border:       1px solid #000;
  background-color:#eee;
  font-size:    10pt;
  font-family:  Georgia;
  line-height:  1.8em;
  z-index:      2;
}

#transcription h2
{
  background-color: #888;
  color:            #fff;
  border:           1px solid black;
  text-align:       center;
  padding:          .5em;
  margin-top:       0em;
  margin-bottom:    .5em;
  font:             8pt verdana;
}

#transcription h3
{
  font-size:    10pt;
  font-family:  Georgia;
  line-height:  1.5em;
}

.nametext {
  color:            #369;
}