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
|
body {
width: 800px;
}
body, table, div, p, dl, li{
font-size: 11pt;
line-height: 1.4;
}
h1, h2, h3 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(238, 238, 238);
line-height: 1.4;
}
a {
font-weight: normal;
text-decoration: none;
}
.caption {
font-weight: bold;
margin-bottom: 2em;
}
.doxtable {
width: 80%;
table-layout: fixed;
}
#projectlogo img {
width: 250px;
}
.fieldname {
font-weight: bold;
background-color: rgb(240, 240, 240);
}
.fieldtype {
background-color: rgb(230, 230, 230);
}
.fielddoc {
background-color: rgb(250, 250, 250);
}
li {
margin-bottom: 9pt;
}
.level1, .level2, .level3, .level4 {
margin-bottom: 0pt;
}
div.line {
font-family: courier, fixed;
}
div.image img {
width:100%;
}
|