
.sub {
  font-size: 7pt;
  font-family: "Tahoma";
}

.topic {
  font-size: 8pt;
  font-weight: bold;
  font-family: "Tahoma";
}

table {
  font-size: 10pt;
  font-family: Tahoma;
}

A {
  color: red;
  text-decoration: none;
}

A:hover {
  color: black;
  text-decoration: underline;
}

.subtable {
  margin-left: 20px;
  background-color: yellow;
}

.contents_table {
  background-color: yellow;
}

.contents_body {
  background-color: yellow;
}

P {
  font-family: "Tahoma";
  font-size: 10pt;
}

H1 {
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: bold;
  color: black;
}

H2 {
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: bold;
  color: #ff3333;
}

H3 {
  font-family: Tahoma;
  font-size: 8pt;
  color: #c0c0c0;
}

H6 {
  font-family: "arial";
  font-size: 8pt;
  color: gray;
}

BODY {
  background-color: #ffff66;
  scrollbar-track-color: #ffff44;
  scrollbar-arrow-color: black;
  scrollbar-3d-light-color: #c0c0c0;
  scrollbar-base-color: gray;
  scrollbar-dark-shadow-color: gray;
  scrollbar-face-color: #ffffff;
  scrollbar-shadow-color: gray;
  margin-top: 10pt;
}
