/* CSS Document 

There are two sections to this - one is the size of the font, the other is the % of that size that will be displayed, so both really do the same job*/

#titlebar { font-size:90% } 

#pagetitle h1 { font-size: 1.5 em; }

