1/*
2 * @(#)default.css	1.37 98/10/17
3 *
4 * Copyright (c) 2006 Sun Microsystems, Inc.  All Rights Reserved.
5 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 *
7 * This code is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 only, as
9 * published by the Free Software Foundation.  Sun designates this
10 * particular file as subject to the "Classpath" exception as provided
11 * by Sun in the LICENSE file that accompanied this code.
12 *
13 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16 * version 2 for more details (a copy is included in the LICENSE file that
17 * accompanied this code).
18 *
19 * You should have received a copy of the GNU General Public License version
20 * 2 along with this work; if not, write to the Free Software Foundation,
21 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
22 *
23 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
24 * CA 95054 USA or visit www.sun.com if you need additional information or
25 * have any questions.
26 */
27
28body  {font-size: 14pt;
29       font-family: SansSerif;
30       margin-left: 0;
31       margin-right: 0;
32       color: black}
33
34p   {font-size: medium;
35     font-weight: normal;
36     margin-top: 15}
37
38h1  {font-size: x-large;
39     font-weight: bold;
40     margin-top: 10;
41     margin-bottom: 10}
42
43h2 {font-size: large;
44    font-weight: bold;
45    margin-top: 10;
46    margin-bottom: 10}
47
48h3 {font-size: medium;
49    font-weight: bold;
50    margin-top: 10;
51    margin-bottom: 10}
52
53h4 {font-size: small;
54    font-weight: bold;
55    margin-top: 10;
56    margin-bottom: 10}
57
58h5 {font-size: x-small;
59    font-weight: bold;
60    margin-top: 10;
61    margin-bottom: 10}
62
63h6 {font-size: xx-small;
64    font-weight: bold;
65    margin-top: 10;
66    margin-bottom: 10}
67
68li p {margin-top: 0;
69    margin-bottom: 0}
70
71menu li p {margin-top: 0;
72    margin-bottom: 0}
73
74menu li {margin-left: 0;
75    margin-right: 0;
76    margin-top: 0;
77    margin-bottom: 0}
78
79menu {margin-left: 40;
80    margin-top: 10;
81    margin-bottom: 10}
82
83dir li p {margin-top: 0;
84    margin-bottom: 0}
85
86dir li {margin-left: 0;
87    margin-right: 0;
88    margin-top: 0;
89    margin-bottom: 0}
90
91dir {margin-left: 40;
92    margin-top: 10;
93    margin-bottom: 10}
94
95dd p {margin-left: 40;
96    margin-top: 0;
97    margin-bottom: 0}
98
99dt {margin-top: 0;
100    margin-bottom: 0}
101
102dl {margin-left: 10;
103    margin-top: 10;
104    margin-bottom: 10}
105
106ol li {margin-left: 0;
107    margin-right: 0;
108    margin-top: 0;
109    margin-bottom: 0}
110
111ol {
112    margin-top: 10;
113    margin-bottom: 10;
114    margin-left: 50;
115    list-style-type: decimal
116}
117
118ol li p {margin-top: 0;
119    margin-bottom:0}
120
121ul li {margin-left: 0;
122    margin-right: 0;
123    margin-top: 0;
124    margin-bottom: 0}
125
126ul {margin-top: 10;
127    margin-bottom: 10;
128    margin-left: 50;
129    list-style-type: disc;
130    -bullet-gap: 10}
131
132ul li ul li {margin-left: 0;
133    margin-right: 0;
134    margin-top: 0;
135    margin-bottom: 0}
136
137ul li ul {list-style-type: circle;
138    margin-left: 25}
139
140ul li ul li ul li {margin-left: 0;
141    margin-right: 0;
142    margin-top: 0;
143    margin-bottom: 0}
144
145ul li ul li ul {list-style-type: square;
146    margin-left: 25}
147
148ul li menu {list-style-type: circle;
149    margin-left: 25}
150
151ul li p {margin-top: 0;
152    margin-bottom:0}
153
154a {color: blue;
155   text-decoration: underline}
156
157big {font-size: x-large}
158
159small {font-size: x-small}
160
161samp {font-size: small;
162      font-family: Monospaced}
163
164cite {font-style: italic}
165
166code {font-size: small;
167      font-family: Monospaced}
168
169dfn {font-style: italic}
170
171em {font-style: italic}
172
173i  {font-style: italic}
174
175b  {font-weight: bold}
176
177kbd {font-size: small;
178     font-family: Monospaced}
179
180s {text-decoration: line-through}
181
182strike {text-decoration: line-through}
183
184strong {font-weight: bold}
185
186sub {vertical-align: sub}
187
188sup {vertical-align: sup}
189
190tt {font-family: Monospaced}
191
192u {text-decoration: underline}
193
194var {font-weight: bold;
195     font-style: italic}
196
197table {
198	border-color: Gray;
199	border-style: outset;
200	margin-top: 5;
201       	margin-bottom: 5;
202       	margin-left: 5;
203	margin-right: 5
204}
205
206td {
207	border-color: Gray;
208	border-style: inset;
209	padding-left: 1;
210	padding-right: 1;
211	padding-top: 1;
212	padding-bottom: 1
213}
214
215th {
216	border-color: Gray;
217	border-style: inset;
218	padding-left: 1;
219	padding-right: 1;
220	padding-top: 1;
221	padding-bottom: 1
222}
223
224td p {
225	margin-top: 0;
226	padding-top: 2;
227	padding-bottom: 2;
228	padding-left: 2;
229	padding-right: 2
230}
231
232th p {
233	margin-top: 0;
234	font-weight: bold;
235	padding-top: 2;
236	padding-bottom: 2;
237	padding-left: 2;
238	padding-right: 2
239}
240
241address {
242	color: blue;
243	font-style: italic
244}
245
246blockquote {
247	margin-top: 5;
248	margin-bottom: 5;
249	margin-left: 35;
250	margin-right: 35
251}
252
253center {text-align: center}
254
255pre {margin-top: 5;
256     margin-bottom: 5;
257     font-family: Monospaced}
258
259pre p {margin-top: 0}
260