body {
  margin: 50px;
  background-color: white;
  font-family: arial, sans-serif;
  font-size: 14px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p {
    font-size: 14px;
}
table {
	/* background-color: rgb(102, 153, 153); */
	table-layout: fixed;
	width: 80%;
}
th {
	background-color: rgb(0, 102, 102);
}

td {
	font-family: arial, sans-serif;
	font-size: 14px;
	width: 20%;
	word-wrap: break-word;
	padding: 5px;

}

