blob: d788da034b71a3b109ea270ce5ef66f07cf59533 (
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
|
body
{
background-color: #ffffff;
color: #000000;
font-family: "Bitstream Vera Sans", verdana, lucida, arial,
helvetica, sans-serif;
font-size: 11pt;
margin: 2% 5%;
}
h1, h2, h3, h4, h5, h6, h7
{
background-color: #b2d599;
color: #000000;
text-align: left;
font-size: 11pt;
padding: 5px;
}
td.even, td.uneven
{
color: #000000;
font-size: 10pt;
}
li
{
font-size: 10pt;
}
td.even
{
background-color: #eeeeee;
}
span.SOURCE
{
white-space: pre;
}
pre
{
background-color: #ffffff;
color: #000000;
font-size: 10pt;
}
|