Example of using a different Cascading Style Sheet
Take a look at the source code: used to generate this page
The source shows you how to use a non-default Cascading Style Sheet
To do this change the line:
$pageObj->standardContent(\@contentAry);
to
$pageObj->standardContent(\@contentAry,'gnuCssReversed.css');