-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyles.css
61 lines (49 loc) · 837 Bytes
/
Styles.css
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
body {
margin-top: 0px;
margin-right: 15px;
margin-bottom: 10px;
margin-left: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}
P{
font-size: 10pt;
font-family: Verdana;
}
H3{
font-family:Arial, Helvetica, sans-serif;
color: #999999;
font-weight: bold;
margin-bottom: 0ex;
}
H4{
font-family:Arial, Helvetica, sans-serif;
color: #999999;
margin-bottom: 0px;
font-weight: bold;
margin-bottom: 0ex;
}
LI{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
blockquote{
margin-left: 15px;
}
.HighLightText{
}
.Small{
font-size: 8pt;
}
TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}
TH {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
bgcolor: #C0C0C0;
}