body {
  background-color: #fff;
  margin: 10px;
  font-family: sans-serif;
  max-width: 750px;
}

a {
  /* color: #000; */
  color: blue;
  text-decoration: none;
}

a:hover {
  color: #f70;
}

a:hover span.thumbnail {
  color: #000;
}

h1 {
  font-family: serif ;
  font-size: 150% ;
}

h2 {
  font-family: serif ;
  font-size: 125% ;
}

img {
  border: none;
}


p {
  line-spacing: 1.0em;
  text-indent: -10px;
}

p.text {
  font-family: serif;
  font-size: 100%;
  font-weight: normal;
  text-indent: 0px;
  width: 640px;
}

p.sans {
  font-family: sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-indent: 20px;
}

p.question {
  font-family: serif;
  font-size: 100%;
  font-weight: bold;
  text-indent: 0px;
}

p.answer {
  font-family: serif;
  font-size: 100%;
  font-weight: normal;
  text-indent: 0px;
}

span.thumbnail {
  display: block;
  text-align: center;
  border: 1px solid #aaa;
  padding-top: 3px;
  margin: 0 4em 0 4em;
  font-family: monospace;
  font-size: 0.5em;
}

table {
  /* border-spacing: 1pt; */
}

td {
  /* padding-bottom: 1em; */
  /* padding-right: 1em; */
  /* text-align: left; */
  vertical-align: bottom;
  border: solid 1pt;
  border-spacing: 0pt;
  border-color: #ccc;
  border-right: hidden;
  border-left: hidden;
  background-color: #eeb;
  /* width: 75px; */
}

th {
  border: solid 1pt;
  border-color: #ccc;
  background-color: #eeb;
  color: blue;
  font-family: sans-serif;
  font-weight: normal;
  text-align: left;
}

