body {
  color: black;
  background-color: white;
	}
hr {
  color: black;
	background-color: white;
	}
a {
  color: black;
	background-color: white;
	text-decoration: underline;
	}
img {
  border-style: none;
	}
p.section {
  text-decoration: none;
	text-align: center;
  color: black;
	background-color: #ffffff;
	margin-top: 5px;
}


