blob: 91c3745775d421920bca0d2012b00af63e9ebda7 (
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
|
body {
margin-left: 5%;
margin-right: 5%;
margin-top: 5%;
margin-bottom: 5%;
text-align: justify;
}
pre {
font-size: x-small;
}
h1 {
text-align: center;
}
h2 {
text-align: center;
}
h3 {
text-align: center;
}
h4 {
text-align: center;
}
p {
margin-bottom: 0.5em;
}
.italic {
font-style: italic;
}
.quote {
font-style: italic;
text-align: center;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
nav ol {
list-style-type: none;
}
|