body {
	max-width:650px;
	margin: 5% auto;
	padding: 0 10px;
	font-size: 18px;
	line-height: 1.6;
	color: black;
	background-color: white;
}

img.logo {
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

img.tableImage {
	width:  200px;
    height: 200px;
	max-width: 85%;
	max-height: 85%;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: underline;
	color:#dde4eb;
}

a:hover {
	text-decoration: none;
}

h1 {
	text-align:center;
	line-height: 1.2;
}

h2 {
	text-align:center;
	line-height: 1.1;
	color: #FF7900;
}

p.contact {
	color: black;
	text-align: right;
}

table {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	

}

th {
	text-align:center;
	vertical-align: middle;
	display:table-cell;

}

td {
	vertical-align: middle;
	display:table-cell;

}




