blob: 13a2197e66bf5bf89d0eebfa3d231903ba388980 (
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
|
h1
{
background-color: #6a6868;
margin: 0px;
text-align: center;
font-weight: bold;
font-size: 100%;
}
h2
{
margin: 0px;
font-size: 10px;
color: #488fe7;
}
h3
{
margin: 0px;
font-size: 10px;
color: #535353;
}
h4
{
margin: 0px;
font-size: 8px;
font-weight: normal;
color: #8F8F8F;
}
h5
{
margin: 0px;
font-size: 100%;
font-weight: bold;
color: #CC0000;
}
h6
{
margin: 0px;
font-size: 100%;
font-weight: bold;
color: #990000;
}
p
{
margin: 0px;
width: 100%;
font-size: 100%;
color: #62BD80;
}
div
{
font-size: 100%;
color: #000000;
}
h7
{
background-color: #FFF4AB;
}
|