/* common page settings */

body {
  margin-left: 1em;
  margin-right: 1em;
  color: #EEEEEE;
  background-color: #000000;
}

a:link {
  color: #00FF99;
}

a:visited {
  color: #99FF99;
}

a:active {
  color: #99FF99;
}

h1 {
  margin-top: 0em;
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 2px ridge #999999;
  text-align: center;
  color: #33CCFF;
}

h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center;
  color: #FFFFCC;
}

h3 {
  color: #FFCC00;
}

h4 {
  font-size: 100%;
  color: #FFFF99;
}

.warning {
  color: #FFFF00;
}

.content-desc-block {
  padding-bottom: 0.5em;
  font-size: 120%;
  color: #33CCFF;
}

.content-desc-block a {
  text-decoration: none;
  color: #33CCFF;
}

.content-desc-block a:visited {
  text-decoration: none;
  color: #33CCFF;
}

.menu-container {
  text-align: center;
}

.menu-table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px outset #999999;
  width: 80%;
  text-align: justify;
}

.menu-table th {
  padding: 0.25em;
  border: 1px inset #999999;
  background-color: #444444;
}

.menu-table td {
  padding: 0.25em;
  border: 1px inset #999999;
}

.back-link-block {
  border-top: 2px ridge #999999;
}

.back-link-block ul {
  margin-left: 0em;
  padding-left: 0em;
}

.back-link-block li {
  list-style-type: none;
}

.notlinked {
  color: #FF6666;
}

.under-construction {
  color: #FFFF33;
}

/* file page settings */

.file-menuitem-link {
  width: 20%;
}

.file-menuitem-desc {
  width: 60%;
}

.file-menuitem-update {
  width: 20%;
}

.file-comment-block {
  margin-top: 1em;
  margin-bottom: 1em;
}
