body {
	margin: 0;
	background-color: #5E95D4;
	font-family: Arial;
}

div.header {
	background-color: black;
	border-bottom: 1px solid white;
	width: 100%;
	height: 110px;
}

div.body {
	width: 600px;	
	padding: 16px;
	margin-left: auto;
	margin-right: auto;
}

table.header {
	display: inline;
	border-collapse: collapse;
	color: white;
	font-size: 24px;
}

table.header td {
	height: 78px;
	background-color: black;
	border-bottom: 1px solid white;
	padding-top: 16px;
	padding-bottom: 16px;
	white-space: nowrap;
	vertical-align: middle;
}

table.advantage {
	border-collapse: collapse;
	background-color: #aaa;
}

table.advantage td {
	vertical-align: middle;
	font-weight: bold;
}

table.advantage td.red {
	color: red;
}

table.advantage td.green {
	color: #0DA45D;
}

table.advantage th {
	padding-left: 6px;
	padding-right: 6px;
	background-color: #5E95D4;
}

table.advantage td {
	height: 36px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #333;
	white-space: nowrap;
	text-align: center;
}

p {
	text-align: justify;
}

p.contact {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

p.center {
	width: 100%;
	text-align: center;
}

h2 {
	width: 100%;
	text-align: center;
	text-decoration: underline;
}

a {
	border: 0;
	color: blue;
	text-decoration: underline;
}

a.header {
	display: block;
	color: white;
	height: 32px;
	padding-right: 16px;
	padding-left: 16px;
	border-right: 1px solid white;
	text-decoration: none;
}

a.right {
	border: 0;
}

img {
	border: 0;
}

img.logo {
	padding-left: 16px;
	border-right: 1px solid white;
}