body {
  color: #000000;
  background: #ffffff;
  background-image: url(../image/gradient.jpg);
  background-repeat: repeat-y;
  font-family: "arial";
}
a.side {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}
a.side:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  font-style: normal;
}
a.clicky {
  color: #000000;
  text-decoration: underline;
  font-style: normal;
}
a.clicky:hover {
  color: #000000;
  text-decoration: underline;
  font-style: normal;
}
a {
  color: #000000;
  text-decoration: underline;
  font-style: normal;
}
a:hover {
  color: #0000cc;
  font-style: normal;
}

.subheading {
  font-weight: bold;
  font-size: 14pt;
  text-decoration: none;
}
.smallheading {
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
}

.hidden{
  position: relative;
  display: none;
}
.shown{
  display: block;
}
.hiddenans{
  position: relative;
  display: none;
}
.shownans{
  display: block;
  font-style: italic;
  font-size: 10pt;
}
ul.indent {
  list-style: none;
}