#!/usr/bin/perl -wT

print "Content-type: text/css\n\n";
sleep(0.5);
print "body { background-color: #FF0000 }\n";
