
body {
  background-color: e7c4af;
}

$DOCUMENT {
  background-color: e7c4af;
  color: #777799;
  font-size: medium;
}

A:link {
  color: "#4682b4";
} /*unvisited links */

A:visited {
  color: "#6a5acd";
} /*unvisited links */

A:hover {
  color: e7c4af;
} /*unvisited links */

A:active {
  color: "#ffffff";
} /*unvisited links */

A:focus {
  background-color: silver;
}

A:focus:hover {
  background-color: 777799;
}

TD {
  font-family: serif;
  font-weight: bold;
  background-color: transparent;
}

EM {
  font-weight: bolder;
  font-size: medium;
  font-style: normal;
}

H1 {
  font-size: 36pt;
  font-weight: bold;
  color: #777799;
  font-family: BlackChancery;
}

BASEFONT {
  font-size: medium;
  font-style: normal;
  font-family: Charlesworth;
}

P {
  font-weight: 600;
}

LI {
  font-weight: 600;
}
