OLD | NEW |
1 /* Font definitions */ | 1 /* Font definitions */ |
2 html { font-family: sans-serif; font-size: 9pt; font-style: normal; font
-weight: normal; } | 2 html { font-family: sans-serif; font-size: 9pt; font-style: normal; font
-weight: normal; } |
3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt
{ font-size: 1em; } | 3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt
{ font-size: 9pt; } |
4 pre { font-family: monospace; } | 4 pre { font-family: monospace; } |
5 | 5 |
6 /* Margins */ | 6 /* Margins */ |
7 body { overflow: auto; margin-top: 0px; margin-bottom: 0.5em; margin-lef
t: 0.3em; margin-right: 0px; } | 7 body { overflow: auto; margin-top: 0px; margin-bottom: 0.5em; margin-lef
t: 0.3em; margin-right: 0px; } |
8 h1 { margin-top: 0.3em; margin-bottom: 0.04em; } | 8 h1 { margin-top: 0.3em; margin-bottom: 0.04em; } |
9 h2 { margin-top: 2em; margin-bottom: 0.25em; } | 9 h2 { margin-top: 2em; margin-bottom: 0.25em; } |
10 h3 { margin-top: 1.7em; margin-bottom: 0.25em; } | 10 h3 { margin-top: 1.7em; margin-bottom: 0.25em; } |
11 h4 { margin-top: 2em; margin-bottom: 0.3em; } | 11 h4 { margin-top: 2em; margin-bottom: 0.3em; } |
12 h5 { margin-top: 0px; margin-bottom: 0px; } | 12 h5 { margin-top: 0px; margin-bottom: 0px; } |
13 p { margin-top: 1em; margin-bottom: 1em; } | 13 p { margin-top: 1em; margin-bottom: 1em; } |
(...skipping 11 matching lines...) Expand all Loading... |
25 a:hover { color: #000080; } | 25 a:hover { color: #000080; } |
26 a:visited { text-decoration: underline; } | 26 a:visited { text-decoration: underline; } |
27 a.header:link { text-decoration: none; color: InfoText } | 27 a.header:link { text-decoration: none; color: InfoText } |
28 a.header:visited { text-decoration: none; color: InfoText } | 28 a.header:visited { text-decoration: none; color: InfoText } |
29 a.header:hover { text-decoration: underline; color: #000080; } | 29 a.header:hover { text-decoration: underline; color: #000080; } |
30 h4 { font-style: italic; } | 30 h4 { font-style: italic; } |
31 strong { font-weight: bold; } | 31 strong { font-weight: bold; } |
32 em { font-style: italic; } | 32 em { font-style: italic; } |
33 var { font-style: italic; } | 33 var { font-style: italic; } |
34 th { font-weight: bold; } | 34 th { font-weight: bold; } |
OLD | NEW |