
body {
  margin-left: 1em;
  margin-right: 2em;
  margin-top: 0.25em;
  background-color: #cccccc;
}

.header {
  font-size: 9px;
}

div.picture {
}

img.picture {
  border: 1px solid black;
}

a:link, a:visited, a:hover {
  color: #000033;
}

div.caption {
  font-family: sans-serif;
  font-size: small;
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
}
table.slide {
  width: 600px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background-color: white;
}
tr {
  border-width: 0px;
}
td.previous {
  width: 200px;
  text-align: left;
}
td.next {
  width: 200px;
  text-align: right;
}
td.next a {
  text-decoration: none;
  font-size: 80px;
  color: black;
}
td.previous a {
  text-decoration: none;
  font-size: 80px;
  color: black;
}
td.start a {
  text-decoration: none;
  font-size: 30px;
  color: black;
}
td.next a:hover {
  text-decoration: none;
  font-size: 80px;
  color: #000066;
  background-color: #eeeeff;
}
td.previous a:hover {
  text-decoration: none;
  font-size: 80px;
  color: #000066;
  background-color: #eeeeff;
}
td.start a:hover {
  text-decoration: none;
  font-size: 30px;
  color: #000066;
  background-color: #eeeeff;
}
div.footer {
  margin-top: 2em;
  color: #333333;
}
span.footerlink {
  display: block;
}
span.footerlink a,span.footerlink a:hover,span.footerlink visited {
  text-decoration: none;
  color: #666666;
  font-family: sans-serif;
  font-size: smaller;
}

