1BODY {
2  color				: black;
3  background		: #ffffcc;
4  font-family		: Arial;
5  font-size			: 100%;
6}
7ul { font-size: 80%; margin-top: 16px; margin-bottom: 32px; margin-left: 80px; }
8.inline { font-size: 80%; }
9.sub { font-size: 100%; margin-top: 8px; margin-bottom: 8px; margin-left: 32px; }
10li { margin-bottom: 3px; }
11TABLE { padding-left		: 0; padding-right		: 0; position		: relative; left			: 12px; font-family		: Arial; font-size		: 90%; border-style		: none; width			: 95%; margin: 2pt 0; }
12TD,TH {
13  padding			: 2pt;
14  border-width		: 2pt;
15  border-style		: none none none none;
16  font-style		: normal;
17  text-align		: left;
18}
19TD {
20  background		: #ffcc99;
21  font-weight		: normal;
22}
23TH {
24  background		: #ffcc99;
25  font-weight		: bold;
26}
27A:LINK {
28  color				: #663300;
29  background		: inherit;
30  text-decoration	: none;
31}
32
33A:VISITED {
34  color				: #336600;
35  background		: inherit;
36  text-decoration	: none;
37}
38
39A:HOVER {
40  color				: #663300;
41  background		: #ff9966;
42  text-decoration	: underline;
43}
44
45A:ACTIVE {
46  color				: #cc0088;
47  background		: inherit;
48  text-decoration	: underline;
49}
50P { position		: relative; left			: 12px; top			: auto; font-family		: Arial; font-size		: 100%; margin: 6px; padding-right		: 10px; padding-left: 10px; border-right-width	: 8px; }
51CODE { font-family		: "Courier New", monospace; position		: static; left			: 12px; font-size		: 100%; padding: 1px; }
52.sample { margin-top: 0; margin-right: 32px; margin-bottom: 0 !important; margin-left: 32px; padding: 2px; border: solid 1px #630; }
53PRE { position		: relative; left			: 12px; }
54H1 {
55	font-size		: 200%;
56	font-family		: Arial;
57	padding-bottom	: 1px;
58	margin-bottom	: 20px;
59	letter-spacing	: normal;
60	font-weight		: bold;
61	border-bottom	: 5px solid #663300;
62}
63H2 {
64	font-size		: 130%;
65	border-top-style: none;
66	margin-left		: 1px;
67	margin-top		: 30px;
68	margin-bottom	: 10px;
69	font-weight		: bold;
70	position		: relative;
71	padding-left	: 10px;
72	border-bottom	: 2px solid #663300;
73	border-left		: 8px double #663300;
74}
75H3 {
76	font-size		: 120%;
77	left			: 6px;
78	position		: relative;
79	margin-top		: 20px;
80	margin-bottom	: 0;
81	margin-left		: 4px;
82	padding-top		: 0;
83	padding-bottom	: 0;
84	padding-left	: 0;
85	border-bottom	: 1px solid #000000;
86}
87H4{
88	font-size		: 100%;
89	text-decoration	: underline;
90	position		: relative;
91	left			: 6px;
92	margin-top		: 20px;
93	margin-left		: 4px;
94	margin-bottom	: 0;
95}
96H5{
97	font-size		: 100%;
98	position		: relative;
99	left			: 6px;
100	margin-top		: 20px;
101	margin-left		: 8px;
102	margin-bottom	: 0;
103}
104dl{ margin-top: 0; margin-bottom: 0; padding-top    : 0; padding-bottom : 0; margin-left    : 16px; }
105strong { font-weight: bold; font-style: normal; }
106