blob: 3af9c7e5f19d182dcfa914fb1b81735c77d0edd8 (
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
|
#left-hand-navigation, #google, #document-navigation, #border-corner, #smallcorner, #searchcorner, #logo, #search, #utility-menu, #skiptonav
{
display:none;
}
#content-body
{
font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
font-size:11pt;
}
#content-body a
{
color: #000000;
text-decoration:none;
display:inline;
}
pre {
font-size:10pt;
}
#body-main a
{
font-weight:bold;
}
h1
{
font-size:14pt;
}
iframe {
display:none;
}
#footer {
display:none;
}
|