Want to get away from 'Web Safe' fonts for some attractive headers AND do it without using an image? Use CSS 3 and embed a font-face!
@font-face is not strictly speaking 'CSS3'; it was originally born in CSS 2 and although not appearing in CSS 2.1, CSS 3 is attempting to bring it into the standards.
In order to use a font, we first must call it using the '@font-face' attribute and this must be done for each individual font we wish to use. Although I'm sure you have a few, you can download some fonts to experiment with here, at dafont.com.
The above header uses the SketchRockell font with the following CSS 3 applied to it.
CSS3 can render type using several font formats: "truetype" (ttf), "opentype" (otf), "embedded-opentype" (eot) and "scalable-vector-graphic" (svg,svgz).
We can also apply additional effects such as a Text Shadow.