this is a bit more fancy element, just look at the examples:
div{
letter-spacing:-0.2em;
letter-spacing:-0.1em;
letter-spacing:0em; (normal)
letter-spacing:0.1em;
letter-spacing:0.2em;
}

As you can see, this changes the distances between the single letters. With negative values pulling them closer, and positive values pushing them apart. The best idea would be to give 'em' values, but you can give 'px' too, see above when I explained these units at the font-size.