<!-- 
  Characteristics of the BODY tag in the navigation frame (if used) 
  of the HTML index.
 -->
BODY.IndexBodyNav {
	background-color : White;
}

<!-- 
  Characteristics of the BODY tag in the index frame (if used) 
  of the HTML index.
 -->
BODY.IndexBodyIndex {
	background-color : White;
}

<!-- 
  Characteristics of the P tag on return-to-top links (if used) 
  in the HTML index.
 -->
P.ReturnToTop {
	text-indent : 0em;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-top : 10px;
	text-align : left;
	font-style : italic;
	font-size : smaller;
}

<!-- 
  Characteristics of the P tag on 1st-level entries (main headings) 
  in the HTML index.
 -->
P.index01 {
	text-indent : 0em;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px;
	text-align : left;
	font-weight : bold;
	font-size : larger;
	color : DarkOliveGreen;
}

<!-- 
  Characteristics of the P tag on 2nd-level entries (subheadings or 
  subentries) in the HTML index.
 -->
P.index02 {
	text-indent : 0em;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-top : 0px;
	text-align : left;
	font-weight : normal;
}

<!-- 
  Characteristics of the P tag on 3rd-level entries (sub-subentries) 
  in the HTML index.
 -->
P.index03 {
	text-indent : 2em;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px;
	text-align : left;
}

<!-- 
  Characteristics of the P tag on 4th-level entries in the HTML index.
 -->
P.index04 {
	text-indent : 3em;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px;
	text-align : left;
}

<!-- 
  Characteristics of the P tag on 5th-level entries in the HTML index.
 -->
P.index05 {
	text-indent : 4em;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px;
	text-align : left;
}

<!-- 
  Characteristics of the P tag on 6th-level entries in the HTML index.
 -->
P.index06 {
	text-indent : 5em;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px;
	text-align : left;
}

<!-- 
  NOTE:  You can apply styles to additional levels of entries by 
         continuing the naming convention shown above:  P.index07, 
         P.index08, P.index09, P.index10, P.index11, and so on.
 -->
