I'm trying to get away from using pixels for my font-sizes, and instead move to relative sizing keywords, e.g, large, small. However, how are you key word devotees handling line-height? With absolute sizing, it was easy to maintain legibility by having a font-size of 12px and a line-height of 18px or 20px. This would also be easy to pull off using % sizing. Is line-height a no go when relative sizing keywords? --Edw