<!DOCTYPE html>
<html>
<head>
<title>__TITLE__</title>
<style>
body {
font-family: __FONT__;
color: __FG__;
background-color: __BG__;
white-space: pre;
}
a {
color: #aaa;
text-decoration: none;
}
a:hover, a:focus {
color: __FG__;
}
</style>
</head>
<body>__MSG__</body>
</html>