First Letter Different Color

Now there are alot of sites out there that have a certain header on there site with a different color first letter. Are you wondering how they do they do that? Well here is how. h#: first-letter { font-family: _____; color: #######; font-size:#px; text-decoration:none; } Replace # with the number header you want the change to occure. Simple.
Change _____ the the font you want your first letter.
Change ###### to the color you want your first letter.
Font size, change to how big you want that first letter.
And text decoration change none to underline, italics, bold, ect.