1body {
2    font-family:Arial, sans-serif;
3    background-color:White;
4    color:Black;
5}
6hr {
7    color:Black;
8    background-color:Black;
9    height:1px;
10    border:0;
11}
12h1 {
13    margin-bottom:0px;
14    padding-bottom:0px;
15    font-size:1.625em;
16}
17span.iname {
18    font-weight:bold;
19    color:#003E69;
20    margin-left:5px;
21}
22span.section {
23    font-weight:bold;
24    cursor:pointer;
25    color:#003E69;
26    white-space:nowrap;
27    margin-left:5px;
28}
29span:hover.section {
30    color:#336699;
31}
32span.h_name {
33    color:#cc3300;
34    font-size:0.875em;
35    font-weight:bold;
36}
37span.ns {
38    color:#408080;
39    font-size:0.94em;
40}
41span.lib_name {
42    color:Green;
43    font-size:0.875em;
44    font-weight:bold;
45}
46span.sym_p {
47    font-weight:normal;
48    white-space:normal;
49}
50span.sym_kind {
51    color:Black;
52    font-weight:normal;
53}
54span.mangled {
55    padding-left:15px;
56    font-size:0.875em;
57    cursor:text;
58    color:#444444;
59}
60span.sym_ver {
61    color:#333333;
62    white-space:nowrap;
63}
64span.color_p {
65    font-style:italic;
66    color:Brown;
67}
68span.param {
69    font-style:italic;
70}
71span.nowrap {
72    white-space:nowrap;
73}
74.top_ref {
75    font-size:0.69em;
76}
77.footer {
78    font-size:0.75em;
79}