1@charset "US-ASCII";
2
3ADDRESS,
4BLOCKQUOTE,
5BODY, DD, DIV,
6DL, DT,
7FIELDSET, FORM,
8FRAME, FRAMESET,
9H1, H2, H3, H4,
10H5, H6, IFRAME,
11NOFRAMES,
12OBJECT, OL, P,
13UL, APPLET,
14CENTER, DIR,
15HR, MENU, PRE   { display: block }
16LI              { display: list-item }
17HEAD            { display: none }
18TABLE           { display: table }
19TR              { display: table-row }
20THEAD           { display: table-header-group }
21TBODY           { display: table-row-group }
22TFOOT           { display: table-footer-group }
23COL             { display: table-column }
24COLGROUP        { display: table-column-group }
25TD, TH          { display: table-cell }
26CAPTION         { display: table-caption }
27TH              { font-weight: bolder; text-align: center }
28CAPTION         { text-align: center }
29BODY            { padding: 8px; line-height: 1.33 }
30H1              { font-size: 2em; margin: .67em 0 }
31H2              { font-size: 1.5em; margin: .83em 0 }
32H3              { font-size: 1.17em; margin: 1em 0 }
33H4, P,
34BLOCKQUOTE, UL,
35FIELDSET, FORM,
36OL, DL, DIR,
37MENU            { margin: 1.33em 0 }
38H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
39H6              { font-size: .67em; margin: 2.33em 0 }
40H1, H2, H3, H4,
41H5, H6, B,
42STRONG          { font-weight: bolder }
43BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
44I, CITE, EM,
45VAR, ADDRESS    { font-style: italic }
46PRE, TT, CODE,
47KBD, SAMP       { font-family: monospace }
48PRE             { white-space: pre }
49BIG             { font-size: 1.17em }
50SMALL, SUB, SUP { font-size: .83em }
51SUB             { vertical-align: sub }
52SUP             { vertical-align: super }
53S, STRIKE, DEL  { text-decoration: line-through }
54HR              { border: 1px inset }
55OL, UL, DIR,
56MENU, DD        { margin-left: 40px }
57OL              { list-style-type: decimal }
58OL UL, UL OL,
59UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
60U, INS          { text-decoration: underline }
61CENTER          { text-align: center }
62BR:before       { content: "\A" }
63
64/* An example of style for HTML 4.0's ABBR/ACRONYM elements */
65
66ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
67A[href]         { text-decoration: underline }
68:focus          { outline: thin dotted invert }
69
70
71/* Begin bidirectionality settings (do not change) */
72
73BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
74BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }
75
76*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
77*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }
78
79/* Elements that are block-level in HTML4 */
80ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET,
81FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
82NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER,
83DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT,
84COL, COLGROUP, TD, TH, CAPTION
85				{ unicode-bidi: embed }
86/* End bidi settings */
87
88
89@media print {
90	@page         { margin: 10% }
91	H1, H2, H3,
92	H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
93	BLOCKQUOTE,
94	PRE           { page-break-inside: avoid }
95	UL, OL, DL    { page-break-before: avoid }
96}
97
98@media speech {
99	H1, H2, H3,
100	H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
101	H1            { pitch: x-low; pitch-range: 90 }
102	H2            { pitch: x-low; pitch-range: 80 }
103	H3            { pitch: low; pitch-range: 70 }
104	H4            { pitch: medium; pitch-range: 60 }
105	H5            { pitch: medium; pitch-range: 50 }
106	H6            { pitch: medium; pitch-range: 40 }
107	LI, DT, DD    { pitch: medium; richness: 60 }
108	DT            { stress: 80 }
109	PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
110	EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
111	STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
112	DFN           { pitch: high; pitch-range: 60; stress: 60 }
113	S, STRIKE     { richness: 0 }
114	I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
115	B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
116	U             { richness: 0 }
117	A:link        { voice-family: harry, male }
118	A:visited     { voice-family: betty, female }
119	A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
120}
121