body {
  max-width: 795px;
  margin: 5px auto;
  padding: 0px 5px;
  color: black;
  background-color: #ffffff;
  font-family: Tahoma,Arial,Helvetica,sans-serif
}

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

a:visited {
  font-weight: normal;
}

a img {
  border-width: 2px;
  padding: 1px;
}

a:visited img {
  border-width: 1px;
  margin: 1px;
}

#header {
  height: 110px;
  background: url(images/Banner.png) no-repeat top left;
}

#header img {
  display: none;
}

#index {
  margin: 0px;
  padding: 0px;
  border: 2px solid #696969;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  list-style-type: none;
  font-size: small;
}

#index li {
  margin: 0px 0px 0px -2px;
  padding: 0px 2em 0px 0px;
  border: 2px solid transparent;
  display: inline;
  white-space: nowrap;
}

#index #index-current {
  border: 2px solid #696969;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #e5e5e5;
}

#index a {
  padding: .2em;
  color: black;
  text-decoration: none;
}

#index a:hover, a:focus {
  text-decoration: underline;
}

#content {
  margin-top: 4px;
  padding: 5px;
  border: 2px solid #696969;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
}

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

#content h2 {
  font-size: large;
}

#content h3 {
  font-size: medium;
  font-weight: bold;
}

#content h4 {
  font-size: medium;
  font-weight: normal;
  font-style: italic;
}

#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 {
  clear: both;
  text-align: center;
  font-size: small;
}

#footer {
  margin-top: 4px;
  padding: 2px;
  border: 2px solid #696969;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: x-small;
  overflow: hidden;
}

#footer img {
  border: none;
  vertical-align: middle;
}

#footer #printPage {
  /* Hide while JS not available; see function showPrint() */
  display: none;
}

#footer #footer-left {
  float: left;
}

#footer #footer-right {
  float: right;
}

#footer a {
  padding: .2em;
  color: black;
  text-decoration: none;
}

#footer a:hover, a:focus {
  text-decoration: underline;
}


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