
table {
  background-color: white;
}

P, LU, TD {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
}

LI {
  	background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  	list-style-type: square;
}

blockquote {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
}

H1 {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  color: blue;
  font-weight: bold;
  text-align: center;
}

H2 {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: red;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

H3 {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color: red;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

H4 {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

H5 {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: black;
  font-weight: bold;
}

H6 {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  font-weight: bold;
}

hr {
  text-align: center;
}

TH {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  text-align: center;
}

BODY {
  background-color: white;
  font-size: 10pt;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

CAPTION {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: red;
  text-align: center;
}

