
H1 {
  font-family: sans-serif;
  text-align: center;
  color: maroon;
}

H2 {
  font-family: sans-serif;
  text-align: center;
  color: maroon;
}

H3 {
  font-family: sans-serif;
  color: maroon;
}

H4 {
  font-family: sans-serif;
  color: maroon;
}

.numbering {
  display: inline;
}

:link {
  color: red;
  background-color: transparent;
  font-family: sans-serif;
}

:active {
  color: red;
  background-color: transparent;
  font-family: sans-serif;
}

:visited {
  color: red;
  background-color: transparent;
  font-family: sans-serif;
}

A {
  text-decoration: none;
  font-family: sans-serif;
}

A:hover {
  color: navy;
  background-color: transparent;
  font-weight: bold;
}

P {
  font-family: sans-serif;
  font-size: x-small;
}

TD {
  font-family: sans-serif;
  font-size: x-small;
}

TH {
  font-family: sans-serif;
  font-size: x-small;
}

LI {
  font-family: sans-serif;
  font-size: x-small;
}
