<?php
$stylesheet = "<style type=\"text/css\">
.overdue {
background: $overdue_bg;
color: $overdue_colour;
font-size: $normal_font;
font-family: $font_family;
}
.complete {
background: $complete_bg;
color: $complete_colour;
font-size: $normal_font;
font-family: $font_family;
}
</style>\n";