@charset "utf-8";
body {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
    "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
  color: #000000;
  background-color: #cacaca;
  text-align: center;
}
a:link {
  color: blue;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: blue;
}
a:hover {
  text-decoration: none;
  color: cornflowerblue;
}
a:active {
  text-decoration: underline;
  color: darkblue;
}
.MainTitle {
  font-size: 36pt;
  font-weight: bold;
  color: darkorchid;
}
.SubTitle {
  font-size: 20pt;
  font-weight: bold;
  color: brown;
}
.Section {
  font-weight: bold;
  color: brown;
}
.KeyWord {
  font-weight: bold;
  color: darkorchid;
}
