<?php
echo '<style>
<!--table
{mso-displayed-decimal-separator:"\,";
mso-displayed-thousand-separator:" ";}
@page
{margin:.98in .79in .98in .79in;
mso-header-margin:.5in;
mso-footer-margin:.5in;}
tr
{mso-height-source:auto;}
col
{mso-width-source:auto;}
br
{mso-data-placement:same-cell;}
.style0
{mso-number-format:General;
text-align:general;
vertical-align:bottom;
white-space:nowrap;
mso-rotate:0;
mso-background-source:auto;
mso-pattern:auto;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Arial Cyr";
mso-generic-font-family:auto;
mso-font-charset:204;
border:none;
mso-protection:locked visible;
mso-style-name:Обычный;
mso-style-id:0;}
td
{mso-style-parent:style0;
padding-top:1px;
padding-right:1px;
padding-left:1px;
mso-ignore:padding;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Arial Cyr";
mso-generic-font-family:auto;
mso-font-charset:204;
mso-number-format:General;
text-align:general;
vertical-align:bottom;
border:none;
mso-background-source:auto;
mso-pattern:auto;
mso-protection:locked visible;
white-space:nowrap;
mso-rotate:0;}
.xl24
{mso-style-parent:style0;
background:#FFFF99;
mso-pattern:auto none;}
.xl25
{mso-style-parent:style0;
text-align:center;
background:#FFFF99;
mso-pattern:auto none;}
.xl26
{mso-style-parent:style0;
background:#FFFFCC;
mso-pattern:auto none;}
.xl27
{mso-style-parent:style0;
text-align:left;
background:#FFFFCC;
mso-pattern:auto none;
white-space:normal;}
.xl28
{mso-style-parent:style0;
background:#FFFFCC;
mso-pattern:auto none;
white-space:normal;}
.xl29
{mso-style-parent:style0;
text-align:center;
background:#FFFFCC;
mso-pattern:auto none;
white-space:normal;}
.xl30
{mso-style-parent:style0;
mso-number-format:"Short Time";
text-align:center;
background:#FFFFCC;
mso-pattern:auto none;
white-space:normal;}
.xl31
{mso-style-parent:style0;
text-align:left;
background:#FFFF99;
mso-pattern:auto none;
white-space:normal;}
.xl32
{mso-style-parent:style0;
background:#FFFF99;
mso-pattern:auto none;
white-space:normal;}
.xl33
{mso-style-parent:style0;
text-align:center;
background:#FFFF99;
mso-pattern:auto none;
white-space:normal;}
.xl34
{mso-style-parent:style0;
mso-number-format:"Short Time";
text-align:center;
background:#FFFF99;
mso-pattern:auto none;
white-space:normal;}
.xl35
{mso-style-parent:style0;
mso-number-format:Fixed;
text-align:center;
background:#FFFF99;
mso-pattern:auto none;
white-space:normal;}
.xl36
{mso-style-parent:style0;
font-weight:700;
text-align:center;
background:#FFFF99;
mso-pattern:auto none;
white-space:normal;}
.xl37
{mso-style-parent:style0;
font-weight:700;
text-align:center;
background:#FFFFCC;
mso-pattern:auto none;
white-space:normal;}
-->
</style>';
$content = file_get_contents('http://www.donavto.ru/files/rasp52.htm');
preg_match('/<body.*?>(.*?)<\/body>/is',$content,$match);
echo $match[1];
?>