body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin: 0; padding: 0;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

a:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.headerTop {
  background-color: rgb(160, 160, 160);
}

.headerBottom {
  background-color: rgb(220, 220, 220);
}

.TopText {
  color: rgb(0, 0, 0);
  font-size: 20px;
}

.headerText {
  color: rgb(160, 160, 160);
  font-size: 14px;
}

.headerLink {
  color: rgb(102, 102, 102);
  text-decoration: none;
}

.headerLink:hover {
  color: rgb(102, 102, 102);
  text-decoration: underline;
}

.footerText {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.footer {
  background-color: rgb(160, 160, 160);
}

.footerLink {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.footerLink:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.main {
  background-color: rgb(255, 255, 255);
}

.mainText {
  color: rgb(102, 102, 102);
  font-size: 14px;
  text-decoration: none;
}

.whiteText {
  color: rgb(255, 255, 255);
}

