
P {
  list-style-type: disc;
  font-family: Arial;
  color: black;
}

H1 {
  text-align: center;
  font-family: Arial;
  color: white;
  font-weight: bold;
}

H2 {
  text-align: left;
  font-family: Arial;
  color: #CA5702;
  font-weight: bold;
}

H3 {
  text-align: center;
  font-family: Arial;
  color: white;
}

H4 {
  text-align: center;
  font-family: Arial;
  color: #43A934;
  font-weight: bold;
}

H5 {
  text-align: center;
  font-family: Arial;
  color: white;
}

H6 {
  text-align: center;
  font-family: Arial;
  color: white;
}

UL {
  list-style-type: disc;
  font-family: Arial;
  color: black;
}

BODY {
  list-style-type: disc;
  font-family: Arial;
  background-image: url(TangBack.jpg);
}

.Highlighter {
  color: white;
  background-color: black;
}

