<!doctype html>
		<html lang="en">
		<head>
		<meta charset="utf-8">
		<title>Study Closed</title>
		<style>
		body {
			text-align: center;
			padding: 150px;
			font: 20px Helvetica, Arial, sans-serif;
			color: #333;
		}
		h1 {
			font-size: 48px;
		}
		article {
			display: block;
			text-align: left;
			width: 650px;
			margin: 0 auto;
		}
		</style>
		</head>
		<body>
		<article>
		<h1>📄 Study Closed</h1>
		<p>
		This study is now closed.<br>
		Please contact your FX representative for more information.
		</p>
		</article>
		</body>
		</html>