<?php header('Content-type: text/css');ob_start("compress");function compress($buffer){//remove comments $buffer = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!','', $buffer);//remove tabs, spaces, newlines, etc. $buffer = str_replace(array("\r\n","\r","\n","\t",'  ','    ','    '),'', $buffer);return $buffer;}
?> .heading24{font-size:24px;font-weight:700;color:#00F}
.copyright{font-size:16px;font-style:normal;font-weight:400;font-variant:normal;color:#66CCFF;background-position:center;}
.greybody24{color:#999999;font-size:24px}
body{margin:2px;}
.redbody18{color:#CCCCCC;font-size:18px;font-weight:400}
.greybody18{font-size:18px;color:#999999}
.greyheading24{font-size:24px;font-weight:700;color:#999999;text-decoration:underline}
.redsmallprint{color:#CCCCCC}
.greyprice30{font-size:30px;font-weight:700;color:#999999}
.boldgreybody20{color:#999999;font-size:20px;font-weight:700}
.redheading24{font-size:24px;font-weight:700;color:#CCCCCC;text-decoration:underline}
.redbody20{color:#CCCCCC;font-size:20px;font-weight:400}
.redheading20{font-size:20px;font-weight:700;color:#CCCCCC}
.bigredprice{color:#CCCCCC;font-size:30px;font-weight:700}
img.photo{border:10px solid #FFFFFF;}
a:link{color:#0099FF;}
<?php ob_end_flush();?>