.i1 {
  text-indent: 0em;
  white-space: nowrap;
  margin-top: 0.5em;
  font-size: 100%;
  font-weight: bold
}
.i2 {
  text-indent: 1em;
  white-space: nowrap;
  margin-top: 0.2em;
}
.i3 {
  text-indent: 2em;
  white-space: nowrap;
  margin-top: 0.1em;
}
.i4 {
  text-indent: 3em;
  white-space: nowrap;
  margin-top: 0.1em;
}
.i5 {
  text-indent: 4em;
  white-space: nowrap;
  margin-top: 0.1em;
}
.i6 {
  text-indent: 5em;
  white-space: nowrap;
  margin-top: 0.1em;
}
A:link, A:visited, A:active {
  text-decoration: none;
}
A:hover {
  font-weight: bold;
  color: green;
}
