


 <!-- Decorative formatting for semantic elements -->

       <!--Formatting for division paragraphs where divisions are
           chapters, etc. -->
p.chapter{ text-transform: uppercase; }
p.section{ margin-top: 0; margin-bottom: 0;}  
p.auxiliaryPage {
  text-indent: 30px;
  text-align: left;
  clear: both;
  margin-top: 0; margin-bottom: 0; 
}

       <!-- Decorative formatting for numbers -->
.chapterNumber{ font-size: 22pt;
                font-style: bold; 
                color: white}
.sectionNumber {font: bold 14pt Arial;
                color: rgb(3,161,224);
               }

       <!-- Formatting options for page numbers -->
.indexPageNumber {font: 8pt Arial;
                  font-style: italic}

.tocPageNumber {font-family: "Arial", sansserif;
                text-align: right;
                float: right;
                clear:both; 
}
.auxtocPageNumber {font-family: "Arial", sansserif;
                   font-style: italic    
}

    <!-- Formatting options for titles -->
.indexTitle {font: bold 10pt Arial;
             color: rgb(3,161,224);
             text-transform: uppercase;
             text-align: left;
             margin-bottom: 0;
             margin-left: 10;
           }
.quiz{ color: rgb(255,0,0); 
       font-size: 8pt;
       margin-top: 0; margin-bottom: 0; 
       text-transform: uppercase}

.activity{}

.calculatorActivity{ color: #606060; 
          font-size: 8pt;
          text-transform: uppercase}

.activityInfo{color:  black;
             font-size: 8pt;
             font-style: italic;
             text-transform: none; 
             font-family: "Times New Roman", serif
}
.conceptActivity{ color: #606060;  
          font-size: 8pt;
          text-transform: uppercase}

    <!-- Formatting options for entries -->
.indexEntry {
  text-align: left;
  font: bold 8pt Arial;
  text-indent: -0px;
  margin-top: 0; margin-bottom: 0;
  margin-left: 10;
}
.indexEntry2 {
  text-align: left;
  font: bold 8pt Arial;
  text-indent: -0px;
  margin-top: 0; margin-bottom: 5;
  margin-left: 10;
}
.studyGuide {font: bold 14pt Arial;
             color: rgb(255,0,0);
             text-align: left;
             float: left;
             clear: both; 
             margin-left: 40px;  
}
.sectionHeader {font: bold 10pt Arial;
                text-align: left;
                float: left;
                clear: both; 
}
.sectionSubHeader {font: 10pt Arial;
                   margin-left: 30px;
                   text-transform: uppercase
}


   <!-- Formatting options for pictures -->
.chapterPicture{ text-align: center;
                  width: 600px;}

   <!-- Formatting options for tables of contents -->
.chapterToc {
	font: normal 10pt/22pt Arial; 
	text-align: left;
        clear:both; 
	margin: 40px 40px 40px 20px; 
        width: 600px;
	}
