<!doctype html>
<html lang="en">
<head>
	<title>Purple Dogfish</title>
	<meta charset="utf-8">
	<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
	<style type="text/css">
		h1, p {
			font-family: Roboto;
			margin: 0 auto;
			width: 600px;
		}
		h1 {
			font-size: 44px;
			font-weight: 900;
			margin: 40px auto;
			text-align: center;
			text-transform: uppercase;
		}
		p {
			font-size: 12px;
			width: 350px;
		}
	</style>
</head>
<body>
	<h1>Purple Dogfish</h1>
	<p>We have closed the doors and gone fishing (metaphorically speaking). Thanks to our many clients over the past 13 years.</p>
</body>
</html>