body {
  background-image: url(background.jpg);
  background-attachment: fixed;
  background-color: #ffffff;
  color: #000000;
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:   5px;
  margin-right:  5px;
}
th {
  font-size: 18pt;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
}
a,a:link {
  font-weight: bold;
  text-decoration: none;
  color: #0000ff;
}
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #0000ff;
}
a:active,a:hover {
  font-weight: bold;
  text-decoration: underline;
  background-color: #d0e0f0;
  color: #008000;
}
hr {
  margin: 0px;
}
.small {
  font-size: 9;
}
.caption {
  font-size: 13pt;
  font-weight: bold;
  color: #0000ff;
}
.currentindex {
  color: #c00080;
}
