* {
		font-size: 16px;
}
body {
	font-size: 16px;
	color: #000;
	background: #fff;
	font-family: 'georgia', serif;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
/* HEADER CSS  *********************************************************************/

header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #8cb0de;
	margin: 0;
	padding: 0;
	font-size: 0; /* remove 4px gap between image bottom and div bottom */
}
header img {
	max-width: 100%;
}
.red{
	color: red;
}
.cntr {
	text-align: center;
}
.checkout {
	width: 1000px;
	border: 0;
	align: center;
	cellpadding: 3px;
	cellspacing: 3px;
	padding: 3px;
}
.checkout a:link, .checkout a:active, .checkout a:visited {
	color: #222;
}
.checkout a:hover {
	color: #FF0000;
}
p, th, td, div, .checkout {
	font-size: 1rem;
	color: #333;
}
