/*  A sample style sheet for XHTML 2

    This style sheet describes the sample rendering of proposed XHTML 2
    elements.

    Editor: Masayasu Ishikawa <mimasa@w3.org>
    Revision: $Id: xhtml2.css,v 1.6 2001/07/25 11:46:48 mimasa Exp $
*/
html, body, section, h, l { display: block }

body            { padding: 8px; line-height: 1.12em }

h {
	font-size: 2em;
	margin: .67em 0 ;
	color: blue;
}

section h {
	font-size: 1.5em;
	margin: .83em 0;
	color: black;
}

section section h {
	font-size: 1.17em;
	margin: 1em 0;
}

section section section h, p, blockquote, ul, ol, dl {
	margin: 1.33em 0;
}

section section section section h {
	font-size: .83em;
	line-height: 1.17em;
	margin: 1.67em 0;
}

section section section section section h {
	font-size: .67em;
	margin: 2.33em 0;
}

h, strong {
	font-weight: bolder;
}

@media print {
/*   @page         { margin: 10%; } */
  h             { page-break-after: avoid; page-break-inside: avoid }
}

@media aural {
	h {
		voice-family: paul, male;
		stress: 20;
		richness: 90;
		pitch: x-low;
		pitch-range: 90;
	}
	
	section h {
		pitch: x-low;
		pitch-range: 80;
	}
	
	section section h {
		pitch: low;
		pitch-range: 70;
	}
	
	section section section h {
		pitch: medium;
		pitch-range: 60;
	}
	
	section section section section h {
		pitch: medium;
		pitch-range: 50;
	}
	
	section section section section section h {
		pitch: medium;
		pitch-range: 40;
	}
}

/* end xhtml2.css */
