blob: 240171e939cd53ff8ef3196e3fb5c49e6973f62a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
html, body {
background-color: #5a5f52;
color: #ffffff;
}
div.node1 {
margin: 0em;
width: 70%;
}
div.node2 {
margin: 0em;
width: 90%;
}
h1, h2, h3, h4 {
font-family: Verdana, sans-serif;
color: #d1c121;
}
h1 {
font-size: 18pt;
}
h2 {
font-size: 14pt;
}
h3 {
font-size: 11pt;
}
h4 {
font-size: 10pt;
}
pre {
font-family: Verdana, sans-serif;
font-size: 11pt;
background-color: #6b6f63;
}
a {
font-family: Verdana, sans-serif;
font-size: 11pt;
color: #d1c121;
}
p, small, li {
font-family: Verdana, sans-serif;
color: #ffffff;
}
p {
font-size: 11pt;
}
small {
font-size: 7pt;
}
li {
list-style-type: disc;
font-size: 11pt;
font-style: italic;
}
|