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}
64
65A:HOVER {
66	color		: #008800;
67	background	: #f0fff7;
68	text-decoration	: underline;
69}
70
71A:ACTIVE {
72	color		: red;
73}
74
75P{
76	font-size	: 10pt;
77	font-family	: Arial;
78	position	: relative;
79	left		: 12px;
80	top		: auto;
81	padding-right	: 10px;
82	margin-right	: 6px;
83	border-right-width : 8px;
84}
85
86PRE{
87	position	: relative;
88	left		: 12px;
89}
90
91CODE{
92	font-size	: 10pt;
93	font-family	: "Courier New", monospace;
94	position	: normal;
95	left		: 12px;
96}
97
98