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
| body
| {
| background-color:#EEEEFF;
| font-family: arial;
| font-size: 12px;
| }
|
| a
| {
| font-family:arial;
| font-size:10pt;
| text-decoration:none;
| color:#000099;
| cursor:pointer;
| }
|
| img.plusminus
| {
| margin-top:3px;
| margin-bottom:3px;
| margin-right:5px;
| vertical-align:middle;
| }
|
| span.notespagename
| {
| font-weight: bold;
| text-decoration: underline;
| }
|
| span.notesname
| {
| font-weight: bold;
| }
|
| span.notescontent
| {
| }
|
|