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