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