a:link {
  color: #0033CC;
}
a:visited {
  color: #0033CC;
}
a:hover {
  color: #0033CC;
}
a:active {
  color: #0033CC;
}
.Header {
  font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
}
.Copyright {
  font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #000000;
  text-align: right;
  vertical-align: middle
}
.Text {
  font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: normal;
}
.TextTopic {
  font-weight: bold;
  font-size: small;
}
.TextTerm {
  color: #198382;
}
.TextWarning {
  font-weight: bold;
  color: #CC0000;
}
.TextCmd {
  font-family: Consolas, Lucida Console, Courier New;
  font-weight: bold;
}