File size: 943B
<?php
header("cache-control: no-cache, must-revalidate");
header("Content-type:text/html; charset=utf-8");
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">
<html>
<head>";
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<title>
$title
</title>
<style type=\"text/css\">
body { font-weight: 11; font-size: 11; font-family: Courier new; color: #000000; background-color: #ff66cc }
a:link,a:active,a:visited { text-decoration: underline; color : #0000ff }
a:hover { text-decoration: none; color : #ffcc00 }
p {margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 11px;}
div { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 11px;}
table { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px;}
</style>
</head>
<body>";
?>