body {
  background-color: grey;
}

.mainback {
  border: 1px solid black;
  background-color: #eaeaea;
  padding: 8px;
}

.menu {
  color: white;
  font-family: tahoma;
  font-size: 10pt;
  margin-right: 8px;
  text-align: right;
  vertical-align: bottom;
}

.menu a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}
.menu a:hover {
  text-decoration: underline;
}


.menu a:active {
  text-decoration: none;
}

.menu a:visited {
  text-decoration: none;
}

.menu a:visited:hover {
  text-decoration: underline;
}

.menuitem a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}
.menuitem a:hover {
  text-decoration: underline;
}


.menuitem a:active {
  text-decoration: none;
}

.menuitem a:visited {
  text-decoration: none;
}

.menuitem a:visited:hover {
  text-decoration: underline;
}

.sitemenu {
  vertical-align: top;
  border-top: 1px solid black;
}

.menuheader {
  background-color: #6c6c6c;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-family: tahoma;
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  padding-left: 5px;
}

.menuitem {
  background-color: #dcdcdc;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-family: tahoma;
  font-size: 10pt;
  margin: 0px;
  padding-left: 8px;
}

.link {
  color: black;
  font-family: tahoma;
  font-size: 10pt;
  text-align: right;
  vertical-align: bottom;
}

.link a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}
.link a:hover {
  text-decoration: underline;
}


.link a:active {
  text-decoration: none;
}

.link a:visited {
  text-decoration: none;
}

.link a:visited:hover {
  text-decoration: underline;
}

.sitetitle {
  color: white;
  font-family: verdana;
  font-size: 14pt;
  font-weight: bold;
}

.title {
  color: black;
  font-family: verdana;
  font-size: 14pt;
  font-weight: bold;
}

.subtitle {
  font-family: verdana;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 10px;
}

.text {
  font-size: 12pt;
  text-align: justify;
  margin-top: 6px;
}

.text a {
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
}
.text a:hover {
  text-decoration: underline;
}


.text a:active {
  text-decoration: underline;
}

.text a:visited {
  text-decoration: underline;
}

.text a:visited:hover {
  text-decoration: underline;
}

.content-table {
  border: 1px solid black;
}

.date {
  font-size: 12pt;
  font-style: italic;
  margin-top: 4px;
  text-align: left;
}

.code {
  font-size: 12pt;
  font-family: terminal;
  white-space: pre-wrap;
  text-align: left;
}

.footnote {
  font-size: 10pt;
  text-align: justify;
  margin-top: 4px;
}