blob: a9326a68c41d01303799807c31acf03bbf51c484 (
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
64
65
66
67
68
69
70
71
|
h1
{
background-color:#c6d0e1;
margin:0px;
text-align:center;
font-weight:bold;
font-size:12
}
h2
{
margin:0px;
font-family:Verdana;
font-size:12;
color:#ef7b1e
}
h3
{
margin:0px;
font-family:Verdana;
font-size:12;
color:#2e538b
}
h4
{
margin:0px;
font-family:Verdana;
font-size:12;
font-weight:bold;
color:#FFC875
}
h5
{
margin:0px;
font-family:Verdana;
font-size:12;
font-weight:bold;
color:#CC0000
}
h6
{
margin:0px;
font-family:Verdana;
font-size:12;
font-weight:bold;
color:#990000
}
p
{
margin:0px;
font-family:Verdana;
font-size:12;
font-weight:bold;
color:#62BD80
}
div
{
font-family:Verdana;
font-size:12;
color:#000000
}
i
{
background-color:#FFF4AB
}
|