I thought this site was helpfull when I started
http://www.mako4css.com/index.htmMore or less you identify a tag in the page and apply style to it. To get it in phpbb you have to know what exactly something like
p.header
is in order to style it. Hopefully the authors of phpbb used descriptive names in their css. In this case to me it seems (assuming, educated guess, nothing is certin) that this would be header text, and prolly descriptive text not a main title or heading.
How familiar with html are you?