Размер файла: 1.4Kb
<?
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>'.$title.'</title>
<style type="text/css">
body{
font-size: 11px;
background-color: #f4a460;
repeat-x fixed 0 top;
color: #000000;
}
div { background-color: #f4a460; padding: 2px;}
div.verh {
background-color; #ff8c00;
border: 1px ridge #ff4500; background-color: #ff8c00;
margin-top: 1px;
margin-bottom: 1px;
text-align: center;
}
div.razd {
background-color: #daa520;
border: 1px ridge #ff4500;
margin-top: 1px;
margin-bottom: 1px;
text-align: center;
}
div.sob {
background-color: #daa520
;
border: 1px ridge #ff4500;
margin-top: 1px;
margin-bottom: 1px;
text-align: left;}
div.niz { background-color: #ff8c00;
border: 1px ridge #ff4500;
margin-top: 1px;
margin-bottom: 1px;
text-align: center;
color: #000000;
}
a {
text-decoration:none;
}
a:link {
color: #000;
}
a:active {
color: #999;
}
a:visited {
color: #999;
}
a:hover {
color: #666;
}
input,select,textarea {
border: 1px solid #dadada;
text-align: left;
color: #999;
margin: 1px;
padding: 1px;
background-color: #ffffff;}
hr { background: #dadada; color: #dadada; border: none; height: 1px; margin: 2px 0; }
</style>
</head>
<body>
<div class="verh"><B>'.$zagolovok.'<br><br></B></div>';
?>