Thanks guys.
On the font size -- It "should" be the same, although I switched from serif to sans-serif to improve readability. And since I'm using standards, and the standards are meant to support adaptability, the FAQ -should- be adaptable to who want to alter the font size to make it even more readable. I was hoping someone with some experience doing this can check it out.
On bookmarks -- thanks for noticing. I used to use the now-deprecated practice of sticking an <a> tag at the start of each question. Now I'm providing logical organization through the use of <div> tags which also provides for better linking. The second benefit is that I can more easily change the presentation -- previously the horizontal rules which separate the questions were hard-coded into the document with <hr> tags, and now it's done by the stylesheet. If I ever want to change the presentation (say, to alternating color backgrounds) I can make the change easily. And since I can have different style sheets for screen vs. printed presentation, I no longer feel compelled to format the document to facilitate printing. So it opens some doors for me (but I still intend to keep the signal:noise ratio very high).
One downside is that the standard specifies that ids should begin with a letter, and the FAQ questions all used the question number. By adopting the standard, I'll be breaking any bookmarks or postings people have that linked to a specific question. I decided to go ahead and do this, since I occasionally insert, delete, split or merge questions, which causes the numbers to change. So some booksmarks or postings might actually be pointing to the wrong question.
In fact, I'm probably going to take this a step further before releasing it. I don't like having the links related to the question numbers at all, because every time I make a change that affects the numbering, I have to manually check/fix the contents, index, revision history, and all other internal references. If the names are orthogonal to the numbers, then I'll no longer have to do any of this when I make a change that affects the numbering. I've already accomplished this to a limited extent by having a counter which numbers the questions themselves. In order to finish the job I'll have to figure out how to make the index look good (especially since I don't want to use scripting).
I know -- a lot of chatter for what's really a very basic web site. But I've had my head buried in this for about a week, so I like talking about it.
