*{
	font-family: "HelveticaNeue-Light","Helvetica Neue Light", "Helvetica",sans-serif;
}

table {
	color: black;
	border-collapse: collapse;

	
}

.col1 {
	width: 400px;
}

.col2 {
	width: 275px;
}

tr {
	vertical-align: top;
	
}

td {
	border: thin solid black;
}

h4 {
	margin-bottom: 0em;

}
body {
	margin-left: 10px;
}


