1@import "../../../CSS/revolution.css";
2@import "../../nwc24.css";
3
4H3{
5	left				        : 8px;
6	position			      : relative;
7	border-bottom-style : solid;
8	border-bottom-width : 1px;
9	border-color 		    : yellowgreen;
10	padding-left		    : .3em;
11}
12
13H4
14{
15	border-bottom-style : dashed;
16}
17
18H5{
19	left				        : 20px;
20	position			      : relative;
21	border-bottom-style : dotted;
22	border-bottom-width : 1px;
23	border-color 		    : yellowgreen;
24	padding-left		    : .3em;
25}
26
27table.table, table.table td, table.table th
28{
29	border: solid 1px yellowgreen;
30	border-collapse: collapse;
31}
32
33table.table {
34	margin: 1em;
35	position	: static;
36	font-family	: Arial;
37}
38
39table.table td, table.table th
40{
41	padding: 0.2em;
42}
43
44table.table tbody tr th
45{
46	background-color: #EFFFD3;
47	text-align: left;
48	font-weight: normal;
49}
50
51table.table thead tr th,
52table.table tbody tr th.category
53{
54	background-color: #B6CE86;
55	padding: 0 0.2em;
56}
57
58pre.menu
59{
60	margin: 0.5em;
61}
62
63span.menu
64{
65	padding: 2px;
66	color: white;
67	background-color: #0C3D0C;
68}
69
70span.ver3
71{
72	color: red;
73}
74
75a:visited
76{
77	color: purple;
78}
79
80a:link, a:active, a:hover
81{
82	color: blue;
83}
84
85dd
86{
87	padding: 0.5em;
88	margin-bottom: 0.5em;
89}
90