body {
  color: black;
  background-color: #ffffff;
  font-family: Tahoma,Arial,Helvetica,sans-serif
}

a {
  color: #333333;
  text-decoration: underline;
}

#header {}

#index {
  display: none;
}

#content {
  margin-top: 4px;
  padding: 5px;
}

#content h1 {
  font-size: x-large;
}

#content h2 {
  font-size: large;
}

#content .author {
  font-size: small;
}

#content p {
  text-align: justify;
}

#content li {
  padding-top: .2em;
}

#content table.visible {
  border: thin solid #696969;
  border-collapse: collapse;
  width: 100%;
  empty-cells: show;
}

#content table.visible th {
  border: thin solid #696969;
}

#content table.visible td {
  padding: .2em;
  border: thin solid #696969;
}

#content p.toTop {
  display: none;
}

#footer {
  display: none;
}

hr {
  border: thin solid #696969;
  clear: both;
}