I set a base font for the Body:
Everything else is Relative to that (which those sizes are NOT).
Code:
body {
display: block;
font-family: Charis, "Times New Roman", Verdana, Arial;
font-size: 1.2em;
margin-top: 0;
margin-left: 2pt;
margin-right: 16pt;
margin-bottom: 0;
page-break-before: always;
text-align: justify;
}
For the most part, I only set (additional) margins,indents,font style and weight in the other classes
Set up a Body, Blow away/comment out (/* this is a disabled line */) all those other font-size lines