@charset "utf-8";
body {
  background-color: #444444;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    sans-serif;
}
body,
td {
  color: #eeeeee;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
th {
  color: #d63822;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
a {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
a:link {
  color: #e9ae00;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #e9ae00;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
}
a:active {
  text-decoration: none;
  color: #ffffff;
}
.MainTitle {
  color: #00abc0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}
.SubTitle {
  color: #d26edf;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}
