body {
  margin: 0px;
  padding: 0px;
  height: 100%; 
  width: 100%
}
h1, h2, h3, h4, h5, h6, p {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
a:not([href]) {
  color: black;
  text-decoration: none;
}
a:not([href]):hover {
  color: black;
  text-decoration: none;
}
.column {
	float: left;
  width: 50%;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.textsix {
  width: 58%;
	float: left;
}
.twoz {
  width: 20%;
  float: left;
}

.text70 {
  width: 70%;
	float: left;
}
.textfz {
  width: 50%;
	float: left;
}
.fivezero {
  width: 49%;
	float: left
	}