<?xml version="1.0"?>
<html>
<head>
  <title>To-Do List</title>
  <style xmlns="http://www.w3.org/1999/xhtml" type="text/css">
html { overflow: scroll; margin: 100px; }
* {
  display: block;
  background: black;
  color: #9966ff;
}
  </style>
</head>
<body>
fantasai is
fantasai@escape.com, an eccentric who enjoys arguing about
CSS backgrounds, designing alternate stylesheet handlers,
explaining the philosophy of URI design, and theorizing about
multi-directional text. Poor excuse for a coder, but will copyedit upon
request (and sometimes spontaneously).
</body>
</html>
