21
|
1 body {
|
|
2 font-family: palatino, georgia, verdana, arial, sans-serif;
|
|
3 font-size: 12pt;
|
|
4 }
|
|
5
|
|
6 .doctest-block {
|
|
7 font-family: monaco, andale mono, lucidatypewriter, courier,
|
|
8 courier new, monospace;
|
|
9 font-size: 10pt;
|
|
10 background-color: #eeeeee;
|
|
11 }
|
|
12
|
|
13 .literal {
|
|
14 font-family: monaco, andale mono, lucidatypewriter, courier,
|
|
15 courier new, monospace;
|
|
16 font-size: 10pt;
|
|
17 background-color: #eeeeee;
|
|
18 }
|
|
19
|
|
20 a {
|
|
21 color: black;
|
|
22 }
|
|
23
|
|
24 .document {
|
|
25 width: 50em;
|
|
26 margin: 0 auto;
|
|
27 }
|