body {
  background: rgb(255,255,255);
  color: rgb(0,17,0);
}

h1, h2, h3, h4 {
  font-family: sans-serif;
}

img.ad {
  vertical-align: top;
  margin-top: 25px;
  margin-left: 25px;
  border: 2px solid rgb(0,0,0);
}

table {
  width: 100%;
}

tbody tr td {
  vertical-align: top;
  padding: 5px;
}

.center {
  text-align: center;
}

.index {
  background: rgb(0,0,0);
  color: rgb(210,255,210);
  width: 175px;
}

.stuff{
}

.stuff p, .note p {
  text-align: justify;
}

.stuff h1, .stuff h2, .stuff h3 {
  color: rgb(0,51,0);
}

.stuff .side {
  float: right;
  background: rgb(238,255,238);
  color: rgb(0,0,0);
  border: 1px solid black;
  margin: 1em 0 1em 1em;
  padding: 5px;
  width: 50%;
}

.stuff .side h3 {
  background: rgb(0,138,0);
  margin: 0;
  padding: 1px;
}

.stuff .illus {
  float: left;
  background: rgb(238,255,238);
  color: rgb(0,0,0);
  border: 1px solid black;
  margin: 1em 1em 1em 0;
  padding: 5px;
  width: auto;
}

.stuff .illus h3 {
  background: rgb(0,138,0);
  margin: 0;
  padding: 1px;
}

.issue{
  background: rgb(238,255,238);
  color: rgb(0,0,0);
  border: 1px solid black;
  width: 150px;
}

.issue .note {
  background: rgb(255,255,255);
  color: rgb(0,0,0);
  border: 1px solid black;
  padding: 2px;
  margin: 0;
}

.issue .note h3 {
  background: rgb(0,136,0);
  margin: 0;
  padding: 1px;
}

.issue .note img {
  position: relative;
  left: 60px;
}

tfoot {
  background: rgb(0,17,0);
  color: rgb(255,255,255);
  text-align: center;
}

ul {
  padding-left: 20px;
}

dt {
  font-weight: bolder;
}

.index a:hover, tfoot a:hover {
  color: rgb(136,255,136) !important;
  text-decoration: underline;
}

.index a:link, tfoot a:link {
  color: rgb(0,238,0);
  text-decoration: none;
}

.index a:visited, tfoot a:visited {
  color: rgb(0,136,0);
  text-decoration: none;
}

.stuff a:hover, .issue a:hover {
  color: rgb(0,68,0) !important;
  text-decoration: underline;
}

.stuff a:link, .issue a:link {
  color: rgb(0,96,0);
  text-decoration: underline;
}

.stuff a:visited, .issue a:visited {
  color: rgb(0,34,0);
  text-decoration: underline;
}
