<?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:#5D8ADA;
	background-position: center;
}

.bluebody24 {
color:#00F;
font-size:24px
}

body {
	margin:2px;
}

.redbody18 {
color:red;
font-size:18px;
font-weight:400
}

.bluebody18 {
font-size:18px;
color:#00F
}


.blueheading24 {
font-size:24px;
font-weight:700;
color:#00F;
text-decoration:underline
}

.redsmallprint {
color:red
}

.blueprice30 {
font-size:30px;
font-weight:700;
color:#00F
}

.boldbluebody20 {
color:#00F;
font-size:20px;
font-weight:700
}

.redheading24 {
font-size:24px;
font-weight:700;
color:red;
text-decoration:underline
}

.redbody20 {
color:red;
font-size:20px;
font-weight:400
}

.redheading20 {
font-size:20px;
font-weight:700;
color:red
}

.bigredprice {
color:red;
font-size:30px;
font-weight:700
}
img.photo {
 border: 10px solid #FFFFFF;

} 
a:link {
	color: #FF0000;
}
<?php ob_end_flush();?>
