
A {
  text-decoration: underline;
}

A.link {
  font-weight: bold;
  font-size: 12pt;
  color: white;
  font-family: "Times New Roman";
  font-style: normal;
  text-decoration: none;
}

A.link:hover {
  color: yellow;
  font-style: italic;
}

BODY {
  color: gray;
  font-weight: bold;
  font-family: "Times New Roman";
}

P {
  color: gray;
  font-weight: bold;
  font-family: "Times New Roman";
}

h1 {
  font-family: "Times New Roman";
  color: gray;
  font-size: 16pt;
}

h1 EM {
  color: red;
}

FONT {
  font-family: "Times New Roman";
}

CITE {
  font-family: "Times New Roman";
  font-size: 9pt;
  color: blue;
}
