Using Suffusion 4.0.7
I wanted the header text to be in italics so in style.css I changed the definition of 'h1' to include 'font-style: italic;'.
But when changing to a page other than the home page the header doesn't appear in italics because on other pages instead of using 'h1' for the header 'h2' is used.
To me this seems like it may be a bug.
Not sure were I need to make a change so that the header is always rendered using 'h1' instead of 'h2'. I used 'view page source' to confirm this.
