body {
  color: black;
  background: white;
}

.doc-container {
  color: black;
  background: white;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
}

.content-section p, p, a, .content-section th, .content-section td
{
	color: black !important
}

.doc-container {
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
