Hi,
There is another approach even easier - no code change whatsoever required - pure CSS.
You notice on each Kentico page there is a form tag, following the body tag, with an action attribute and value = relative path eg.
<form method='post' action='/AU/About/Company/Something/' />
This can be used to target styles with:
form[action='/AU/About/Company/Something/'] div h2 { /*yourstyles here*/ }
Hope that can be of use.
cheers