<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>Interactive Pulp</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta http-equiv="refresh" content="5; url=http://www.pulp.io/">
    <style type="text/css">
	body {
		color: black;
		background-color: white; 
		font-family: sans-serif;
		font-size: 24pt;
	}
	a {
		color: black !important;
		text-decoration: none;
		border-bottom: 1px dotted black;
	}
	a:hover {
		border-bottom: 1px solid black;
	}
	a:active {
		border-bottom: 1px solid black;
	}

    .centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3em;
  margin: auto;
  text-align:center;
} 
  </style>
  </head>
  <body>
      <div class="centered">
          Hello! I've moved to<br/>
          <a href="http://www.pulp.io/">www.pulp.io</a>
      </div>
  </body>
</html>
