Hi, most cosmetic changes can be in the stylesheet, in this case; stylesheet.css which sits in admin/includes
The best bet is to go through invoice.php and look for parts of the code that say; class=
Example; class="pageHeading"
Then, go to your stylesheet and find the "pageHeading" class.
It should look like this;
Code:
h1,.pageHeading{
color:#003D00; /*727272*/
font-size:16px;
font-variant:small-caps;
font-weight:bold;
From there you can change the pageHeading properties to suit. LIke the colour; #003D00 - change that to #FF66FF - a nice hot pink.