<?php ob_start('ob_gzhandler');header("Content-type: text/css")?>
body { }

p { }

td { }

a:link { color: #a70532; }

a:visited { color: #9da6a2; }

a:hover { }

a:active { }

:focus {-moz-outline-style: none;}
<?php ob_end_flush();?>