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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
| body
| {
| font-family: 'Segoe UI',Verdana,Arial;
| font-size: 10pt;
| }
|
| body
| {
| margin-top: 8px;
| margin-bottom: 8px;
| margin-left: 0px;
| margin-right: 0px;
| }
|
| pre
| {
| margin: 0;
| font-size: 1em;
| }
|
| .code
| {
| font-family: Monospace, Courier New, Courier;
| }
|
| /* Link coloring */
| a:visited, a.PopupLink:visited
| {
| color: #891518;
| }
|
| .contents a:visited
| {
| color: #891518;
| }
|
|
| a:link, a.PopupLink, a.PopupLink:link
| {
| color: #e90029;
| }
|
| a {
| color: #e90029;
| }
|
| /* Horizontal rule */
| hr
| {
| background: #d0d0d0;
| }
|
| table, caption, td , th{
| font-size: 10pt;
| font-weight: inherit;
| font-style: inherit;
| font-variant: inherit;
| }
|
| /* Headings */
| h1
| {
| font-size: 1.538em;
| }
|
| h2, .SectionHeading
| {
| font-size: 1.538em;
| }
|
| h3, .SectionHeading
| {
| font-weight: bold;
| }
|
| #titlearea {
| background: #555555;
| }
|
| #projectname {
| color: #949494;
| font: 175% Verdana, Arial;
| }
|
| #projectbrief {
| color: #FFF;
|
| }
|
|