18
|
1 body {
|
|
2 font-family: monaco, andale mono, monospace;
|
|
3 font-size: 9pt;
|
|
4 text-align: center;
|
|
5 }
|
|
6
|
|
7 #container {
|
|
8 width: 60em;
|
|
9 text-align: left;
|
|
10 margin: 2em auto;
|
|
11 }
|
|
12
|
|
13 #content {
|
|
14 font-family: palatino, georgia, verdana, arial, sans-serif;
|
|
15 font-size: 10pt;
|
|
16 line-height: 1.4em;
|
|
17 }
|
|
18
|
|
19 h1 {
|
|
20 font-weight: normal;
|
|
21 line-height: 1.4em;
|
|
22 }
|
|
23
|
|
24 #tests {
|
|
25 font-family: monaco, andale mono, monospace;
|
|
26 font-size: 9pt;
|
|
27 white-space: pre;
|
|
28 padding-left: 2em;
|
|
29 display: block;
|
|
30 }
|
|
31
|
|
32 #messages {
|
|
33 display: none;
|
|
34 }
|
|
35
|
|
36 a {
|
|
37 color: black;
|
|
38 text-decoration: underline;
|
|
39 }
|