1/* This is an SSI script. Policy:
2   (1) Use CVS
3   (2) send e-mail to w3t-comm@w3.org if you edit this
4*/
5/* Style for a "Recommendation" */
6
7/*
8   This is an SSI script. Policy:
9   (1) Use CVS
10   (2) send e-mail to w3t-comm@w3.org if you edit this
11
12   Acknowledgments:
13
14   - 'background-color' doesn't work on Mac IE 3, but 'background'
15     does (Susan Lesch <lesch@macvirus.com>)
16
17   - 'smaller' leads to illegible text in both Mac IE and Mac NS,
18     'small' is better: works in Mac NS, but is always 12pt in Mac IE
19     3 (Susan Lesch <lesch@macvirus.com>)
20
21   $Id$
22*/
23
24body {
25  margin: 2em 1em 2em 70px;
26  font-family: sans-serif;
27  color: black;
28  background: white;
29  background-position: top left;
30  background-attachment: fixed;
31  background-repeat: no-repeat;
32}
33
34th, td { /* ns 4 */
35  font-family: sans-serif;
36}
37
38h1, h2, h3, h4, h5, h6 { text-align: left }
39h1, h2, h3 { color: #005A9C }
40h1 { font: 170% sans-serif }
41h2 { font: 140% sans-serif }
42h3 { font: 120% sans-serif }
43h4 { font: bold 100% sans-serif }
44h5 { font: italic 100% sans-serif }
45h6 { font: small-caps 100% sans-serif }
46
47.hide { display: none }
48
49div.head { margin-bottom: 1em }
50div.head h1 { margin-top: 2em; clear: both }
51div.head table { margin-left: 2em; margin-top: 2em }
52div.head img { color: white; border: none } /* remove border from top image */
53
54p.copyright { font-size: small }
55p.copyright small { font-size: small }
56
57@media screen {  /* hide from IE3 */
58a:hover { background: #ffa }
59}
60
61pre { margin-left: 2em }
62/*
63p {
64  margin-top: 0.6em;
65  margin-bottom: 0.6em;
66}
67*/
68dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
69dt { font-weight: bold }
70
71pre, code { font-family: monospace } /* navigator 4 requires this */
72
73ul.toc {
74  list-style: disc;		/* Mac NS has problem with 'none' */
75  list-style: none;
76}
77
78@media aural {
79  h1, h2, h3 { stress: 20; richness: 90 }
80  .hide { speak: none }
81  p.copyright { volume: x-soft; speech-rate: x-fast }
82  dt { pause-before: 20% }
83  pre { speak-punctuation: code }
84}
85
86/* Things (icons) that should only show up in projection mode */
87.projection { display: none }
88@media projection { .projection { display: inline } }
89
90
91body {
92  background-image: url(logo-REC);
93}
94
95