1/*
2 * @(#)jhexamples.css	1.2 06/10/30
3 *
4 * Copyright (c) 2006 Sun Microsystems, Inc.  All Rights Reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *
10 * - Redistribution of source code must retain the above copyright
11 *   notice, this list of conditions and the following disclaimer.
12 *
13 * - Redistribution in binary form must reproduce the above copyright
14 *   notice, this list of conditions and the following disclaimer in
15 *   the documentation and/or other materials provided with the
16 *   distribution.
17 *
18 * Neither the name of Sun Microsystems, Inc. or the names of
19 * contributors may be used to endorse or promote products derived
20 * from this software without specific prior written permission.
21 *
22 * This software is provided "AS IS," without a warranty of any
23 * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
24 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
25 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
26 * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
27 * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
28 * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
29 * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
30 * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
31 * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
32 * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
33 * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
34 * POSSIBILITY OF SUCH DAMAGES.
35 *
36 * You acknowledge that this software is not designed, licensed or
37 * intended for use in the design, construction, operation or
38 * maintenance of any nuclear facility.
39 */
40
41body  {font-size: small;
42	font-family: SansSerif, Arial, Helvetica, sans-serif;
43	margin-left: 10;
44	margin-right: 5;
45	color: Black;
46	background-color: White}
47
48p  {font-size: small;
49     margin-top: 5;
50     margin-bottom: 5}
51
52
53h2 { font-size: large;
54     font-weight: bold;
55     margin-top: 20;
56     margin-bottom: 10}
57
58h3 { font-size: medium;
59     font-weight: bold;
60     margin-top: 10;
61     margin-bottom: 5}
62
63h4 { font-size: small;
64     font-weight: bold;
65     margin-top: 10;
66     margin-bottom: 5}
67
68ol {margin-top: 5;
69     margin-bottom: 0;
70     margin-left: 30}
71
72li {margin-top: 0;
73    margin-bottom: 5}
74
75li p{margin-top: 5;
76        margin-bottom: 0}
77
78ul {margin-top: 5;
79    margin-bottom: 0;
80    margin-left: 30}
81
82table {border-style: none;
83       border-color: silver;
84       margin-top: 5;
85       margin-bottom: 5}
86
87td {border-style: none;
88    border-color: silver;
89    padding-left: 1;
90    padding-right: 1;
91    padding-top: 1;
92    padding-bottom: 1}
93
94th {border-style: none;
95    border-color: silver;
96    padding-left: 1;
97    padding-right: 1;
98    padding-top: 1;
99    padding-bottom: 1}
100
101small {font-size: x-small}
102
103