blob: 0b1cdd46c3a5eb6816c17a04b27a22b6cbca2649 (
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
|
body {
color: black;
background-color: #ffffff;
margin-left: 15px;
margin-right: 9px;
font-family: serif;
}
h1 {
font-size: xx-large;
font-weight: bold;
margin-top: 12px;
margin-bottom: 6px;
}
h1.display {
text-align: center
}
h2 {
font-size: x-large;
font-weight: bold;
margin-top: 12px;
margin-bottom: 6px;
}
h3 {
font-weight: bold;
margin-top: 9px;
margin-bottom: 3px;
}
p {
margin-top: 6px;
margin-bottom: 3px;
}
p.display {
text-align: center
}
.fineprint {
font-size: x-small;
}
table {
border-width: 0px;
margin-left: 0px;
margin-right: 6px;
}
ul {
margin-top: 9px;
margin-bottom: 9px;
}
ul li {
margin-top: 3px;
margin-bottom: 3px;
margin-left: -6px
}
pre {
margin-top: 3px;
margin-bottom: 3px;
margin-left: 0px;
}
|