blob: 3a2ec595b60d317432fa463f0843f0380fbfcbb9 (
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
|
h1 { padding-top: 0.25in;
padding-bottom: 0.25in;
color: black;
font-size: 24pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
h2 { font-size: 18pt;
}
h3 { font-size: 12pt;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
pre {
font-family: Courier, serif;
background-color: #dddddd;
}
code {
font-family: Courier, serif;
}
tt {
font-family: Courier, serif;
}
|