	body { 
		background: white url('NONE');
		font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif; 
		font-size: 13px;
		}
	a:link { 
		color: #0000ff;
		}
	a:hover { 
		color: #95002E; /* was #aa0022 */
		font-size: 108%; 
		background: #ffff66; 
		text-decoration: underline;
		}
	a:active { 
		color: #ff0000;
		}
	a:visited { 
		color: #444444;
		}
	h1, h2, h3, h4, p, td, { 
		font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif; 
		}
	h1 { 
		color: #95002E; 
		font-size: 24px;
		font-weight: bold; 
		text-align: center; 
		margin-top: 0.1em; 
		margin-bottom: 0.1em; 
		line-height: 34px;
		}
	h2 { 
		color: #4f4f44;
		font-size: 18px; 
		font-weight: bold; 
		text-align: left; 
		margin-top: 0.1em; 
		margin-bottom: 0.1em; 
		}
	h3 { 
		font-size: 16px; 
		font-weight: bold; 
		text-align: left; 
		margin-top: 0.1em; 
		margin-bottom: 0.1em;
		}
	h4 { 
		font-size: 14px; 
		font-weight: normal; 
		text-align: left; 
		text-indent: 0px; 
		margin-top: 0px; 
		margin-bottom: 0px;
		}
	h5 { 
		font-size: 13px; 
		font-weight: normal; 
		text-align: left; 
		text-indent: 0px; 
		margin-top: 0px; 
		margin-bottom: 0px;
		}
	h6 { 
		font-size: 10px; 
		font-weight: normal; 
		text-align: center; 
		text-indent: 0px; 
		margin-top: 0px; 
		margin-bottom: 0px;
		}
	p, td { 
		font-size: 13px;
		}
	.headnote { 
		font-size: 0.93em;
		text-align: left;
		margin-left: 10em;
		margin-right: 10em;
		border: 1px solid red;
		padding: 1em;
		}
	.big { 
		font-size: 0.9em;
		}
	.small { 
		font-size: 0.85em;
		}
	.verysmall { 
		font-size: 0.77em;
		}
	.links { 
		font-size: 0.93em;
		}

 .content {/* style grouping for content divs */
  margin: 15px;
  padding: 0px;
  }

  h6.float-left {/* header element float */
  float: left;
  width: 144px;
  margin: 0 30px 0 0;
  clear: both;
  }

	td { 
		font-size: 13px;
		}
	.emphasis { 
		color: #95002E;
		}
	ul {
		list-style-position: inside; 
		}

/* *************** print **************  */

@media print {
   h1, h2, h3,
   h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid; }
   blockquote, pre { page-break-inside: avoid; }
   ul, ol, dl { page-break-before: avoid; }
}

/*  *************** speech ***************  */

@media aural {
   h1, h2, h3,
   h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90; }
   h1 { pitch: x-low; pitch-range: 90; }
   h2 { pitch: x-low; pitch-range: 80; }
   h3 { pitch: low; pitch-range: 70; }
   h4 { pitch: medium; pitch-range: 60; }
   h5 { pitch: medium; pitch-range: 50; }
   h6 { pitch: medium; pitch-range: 40; }
   li, dt, dd  { pitch: medium; richness: 60; }
   dt { stress: 80; }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80; }
   em { pitch: medium; pitch-range: 60; stress: 60; richness: 50; }
   strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90; }
   dfn { pitch: high; pitch-range: 60; stress: 60; }
   s, strike { richness: 0; }
   i  { pitch: medium; pitch-range: 60; stress: 60; richness: 50; }
   b { pitch: medium; pitch-range: 60; stress: 90; richness: 90; }
   u { richness: 0; }
   a:link { voice-family: harry, male; }
   a:visited { voice-family: betty, female; }
   a:active { voice-family: betty, female; pitch-range: 80; pitch: x-high; }
}