Chuck, in your instructions for pp-inc.php you note:
"Find and delete this line:
<link rel="stylesheet" href="{$Globals['maindir']}/stylesheets/default.css" type="text/css" />"
I did a search and don't find this code.
I did find this however:
<link rel="stylesheet" href="{$Globals['maindir']}/stylesheets/{$Globals['theme']}.css" type="text/css" />
More than likely just a typo in your instructions....but it's worth noting for the others.