<?php
echo'<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="img/favicon.gif">
';
echo'<style type="text/css">
body {
font-family:Comic Sans MS;
color:red;
font-weight: bold;
background-color:#FFE4B5;}
a {
color:#696969;
text-decoration:underline;}
a:hover {
color: red;
text-decoration: none;
position: relative;
top: 1px; left: 1px;}
a:visited {
color: 006600;}
b{ color:#008800;
font-style:bold;}
table{ background-color:#696969; color:green; border-right: 1px solid gray;
}
code{ background-color:#DADADA; }
bord{ background-color:#DEB887; color:white; }
nav{ background-color:#696969; color:#FFE4B5; border-color: black;}
input { background-color:white; color:black; border: 1px solid border: 1px solid #006400; font-weight: bold;}
td{ margin: 0px;
padding: 0px; border: 1px solid #303030; background-color:white; color: green; }
</style></head><body>';
?>