BODY {
  font-family: Arial, Verdana;
  font-size: 16px;
  background: #3B4F65;
  color: #000000;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  color: #B0B183;
  text-decoration: underline;
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana;
  font-size: 16px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana;
  font-size: 16px;
}

TD {
  font-family: Arial, Verdana;
  font-size: 16px;
  background: #FFFFFF;
}

HR {
  border: 0;
  width: 100%;
  color: #000000;
  background-color: #000000;
  height: 1px;
}

H1 {
  font-family: French Script MT;
  font-size: 46px;
  color: #000000;
  font-weight: bold;
}

H2 {
  font-family: French Script MT;
  font-size:36px;
  color: #000000;
  font-weight: bold;
}

.copytext {
  font-family: Arial, Verdana;
  font-size: 11px;
  color: #DEEAF7;
}

.copytext A {
  font-family: Arial, Verdana;
  font-size: 11px;
  color: #FFFFFF;
}
.copytext A:hover {
  font-family: Arial, Verdana;
  font-size: 11px;
  color: #E2E3C6;
}
