H1 {
  text-align : center;
  font-size : small;
  font-weight : bold;
  font-family : "MS UI Gothic";
  color : red;
}
H2 {
  text-align : left;
  font-size : small;
  font-weight : bold;
  font-family : "MS UI Gothic";
  color : brown;
}
LI {
  text-align : left;
  font-size : x-small;
  font-weight : normal;
  font-family : "MS UI Gothic";
  color : black;
}
P {
  text-align : left;
  font-size : x-small;
  font-weight : normal;
  font-family : "MS UI Gothic";
  color : black;
}