1BODY {
2	color		: black;
3	font-family	: Arial;
4	font-size	: 10pt;
5	margin-top	: 4pt;
6}
7
8H1 {
9	font-size	: 36px;
10	font-family	: Arial;
11	font-weight	: bold;
12	border-bottom-width : 5px;
13	border-bottom-style : solid;
14	border-bottom-color : green;
15	padding-bottom	: 1px;
16	margin-bottom	: 20px;
17	letter-spacing	: normal;
18}
19
20H2{
21	font-size	: 20px;
22	border-top-style  : none;
23	border-left-style : double;
24	border-left-width : 8px;
25	border-bottom-style : solid;
26	margin-left	: 1px;
27	margin-bottom	: 1px;
28	border-bottom-width : 2px;
29	font-weight	: bold;
30	position	: relative;
31	padding-left	: 10px;
32	border-left-color : yellowgreen;
33	border-bottom-color : yellowgreen;
34}
35
36H3{
37	left		: 12px;
38	position	: relative;
39}
40
41TABLE {
42	margin-top	: 2pt;
43	margin-bottom	: 2pt;
44	margin-left	: 0pt;
45	margin-right	: 0pt;
46	padding-left	: 0pt;
47	padding-right	: 0pt;
48	position	: relative;
49	left		: 12px;
50	font-family	: Arial;
51	font-size	: 10pt;
52}
53
54TD {
55	padding-top	: 2pt;
56}
57
58A:LINK {
59	color		: black;
60}
61A:VISITED {
62	color		: black;
63}
64A:ACTIVE {
65	color		: red;
66}
67
68P{
69	font-size	: 10pt;
70	font-family	: Arial;
71	position	: relative;
72	left		: 12px;
73	top		: auto;
74	padding-right	: 10px;
75	margin-right	: 6px;
76	border-right-width : 8px;
77}
78
79PRE{
80	position	: relative;
81	left		: 12px;
82}
83
84CODE{
85	font-size	: 10pt;
86	font-family	: "Courier New", monospace;
87	position	: normal;
88	left		: 12px;
89}
90
91