
A:hover {
  text-decoration: underline;
  color: red;
}

A:link {
  text-decoration: none;
  color: yellow;
}

A:visited {
  text-decoration: none;
  font-style: italic;
  color: yellow;
}

A:visited:hover {
  text-decoration: underline;
}

A:active {
  text-decoration: none;
  font-style: italic;
  color: red;
}

A:active:hover {
  color: red;
}

P {
  font-size: 12px;
  font-family: "Courier New";
  line-height: 12px;
}

UL {
  font-size: 12px;
  font-family: "Courier New";
  line-height: 12px;
}

H1 {
  font-family: "Courier New";
  font-size: 25px;
}

H2 {
  font-family: "Courier New";
  font-size: 20px;
}

H3 {
  font-family: "Courier New";
  font-size: 18px;
}

H4 {
  font-family: "Courier New";
  font-size: 15px;
  line-height: 13px;
}

H5 {
  font-family: "Courier New";
  font-weight: bold;
  font-size: 12px;
}

H6 {
  font-family: "Courier New";
  font-weight: bolder;
  font-size: 9px;
}

MARQUEE {
  font-family: "Courier New";
  font-size: medium;
}

BODY {
  font-family: "Courier New";
  font-size: x-small;
  background-color: #FFFFCC;
}

TABLE {
  font-family: "Courier New";
  font-size: x-small;
}

A {
  font-family: "Courier New";
}

CITE {
  font-size: 12px;
  font-family: "Courier New";
}
