/* Set height of body and the document to 100% to enable "full page tabs" */
body,
html {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: Arial;
  color: black;
  background-color: white;
}

h1,
h2,
h3,
a{
  color: black;
  margin-bottom: 0px;
}

div {
  padding: 10px;
}