* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  height: auto; 
  border-style: solid;
  border-width: 1px; 
}

.left {
  min-width: 15%;
  padding-left: 25px;
}

.right {
  min-width: 75%;
  padding: 12px 10px 75px 100px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

p.b {
  font: bold 30px Georgia, serif;}


p.c { 
	font: bold 28px/30px Georgia, serif;
	 text-align:  left;
	 margin-left: 800px;
	}
	
p.d { 
	font-family: "Times New Roman", Times, serif;
	 text-align:  left;
	 margin-left: 8px;
	}

h3 {
  color: black;
  background-color: #ffffff;
  text-align:  left;
  padding: 0px 36px 15px 150px;

}