film915 wrote:1. Why are there two "color" and "font-style" items?
2. To change the font, do I add "font-family:" in this class?
#1 - That is actually my fault. There is no need for duplicate styles! They were just left like that after I was testing new values before latest release. The last style overwrites the first style anyway, so you an safely remove duplicate values.
#2 - Yes, to change font in this style, you need to add a the "font-family" style to this class. Unless you set this style, font will be inherited first from the main ".body" class, and then from the ".textpage" class. Use something like this:
font-family: Arial, "Times New Roman", Times, serif;