<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>%s</title>
<style type="text/css">
div.indent{margin-left:20px;}
div.center{text-align:center;}
blockquote{margin-left:20px;background-color:#e0e0e0;}
span.underline{text-decoration:underline;}
body { background-color: #FFFFFF; color: #000000;}
a { color: #1f6b9e; }
.pagetitle {text-align:left;}
.talktitle {text-align:right;}
.notalktitle {color:#c0c0c0;text-align:right;}
.archiveuri {font-family: monospace; font-size: 70%% }
.archivever {font-family: monospace;}
</style>
<!-- LOOK above. TRICKY: There is double percent to get a literal percent because this is a format string.-->
</head>
<body>
<h1>%s</h1>
<h4 style="text-align:right;"><a href="%s">Discussion</a></h4>
<hr>
%s
</body>
</html>