body {background-color:lightblue;font-family:'Helvetica';font-size:200%;color:black}
h1 {font-family:'Geneva';color: darkblue;text-align:center}
h2 {font-family:'Helvitica';color: brown;text-align:center}
h3 {font-family:'Arial';color: indigo;text-align:center}
h4 {font-family:'Times-Roman';color: black;text-align:center}
p.lmdate {color:purple;}
p.enumeration {color:black; font-family:'Geneva';font-size:400%}
p.smaller-text {color:darkgreen;font-family:'Times Roman';font-size:100%;}
p.tiny-text {color:darkred;font-family:'Times Roman';font-size:50%;}
p.bigger-text {color:orange;font-family:'Geneva';font-size:300%;}
p.table-1 {color:black;}
p.answers {color: orange;}
p.customIndent {padding-left: 3em;}
p.myTableFormat {font-size: 2em;}
p.bible {color:darkgreen;font-family:'Times Roman';}
p.inline-text-bible {color: darkgreen;font-style:italic;display:inline;}
p.inline-quote-a-book {color: Black; font-family: monospace; display:inline;}
.group1   {
        float: center;
        margin: 10px;
        height: 550
        width: 600
            }

 p.objections {font-family: cursive;}
 p.answers {color: black;}


 /* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: purple;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: yellow;
} 

        p.words37 {font-size: 37px;}
        p.words35 {text-align: center; color: blue; font-size: 35px;}
        p.words50 {text-align: center; color: blue; font-size: 50px;}
        p.words70 {font-size: 70px;}
        p.words100 {text-align: center; color: red; font-size: 100px;}


<!-- font families:  Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Courier New, Times-Roman -->
<!-- having the following in my CSS: .myTableFormat { font-size: 13px; } That let the font-size apply to everything in any table with 'class="myFormat"' set. Not just the table-data, but the headers as well.-->
