<?php
header("Content-type: text/css");
?>
body {
    font-family: Arial, sans-serif;
}
h1, h2 {
    color: #333;
}
.table {
    margin-top: 20px;
}