@charset "utf-8";
body {
  background-image: url(images/paper.png);
  background-repeat: repeat;
  background-color: #dcccbc;
  height: 100%;
  margin: 0;
  color: #000000;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
    "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
}
a:link {
  color: #1111e0;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: #1111e0;
}
a:hover {
  text-decoration: none;
  color: #09d1e5;
}
a:active {
  text-decoration: underline;
  color: #09d1e5;
}
.MainTitle {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #e852e3;
}
.SubTitle {
  font-size: 24px;
  font-weight: bold;
  color: #f0524c;
}