fnm3 | b97525d | 2003-02-08 15:09:47 +0000 | [diff] [blame] | 1 | H1 { FONT: bold 20pt Times, serif; TEXT-ALIGN: center; TEXT-DECORATION: none } |
| 2 | H2 { font: arial } |
| 3 | P { FONT: 14pt Times, serif } |
| 4 | LI { FONT: 18pt Times, serif; margin-top: 5pt; } |
| 5 | PRE { FONT: 14pt Courier, monospace; |
| 6 | margin-top: 5pt; |
| 7 | margin-bottom: 5pt; |
| 8 | background-color: white; |
| 9 | color: black; |
| 10 | } |
| 11 | |
fnm3 | cd1e2e6 | 2003-02-18 16:44:07 +0000 | [diff] [blame] | 12 | :link { color: #993399 } |
| 13 | :visited { color: #6633cc } |
fnm3 | b97525d | 2003-02-08 15:09:47 +0000 | [diff] [blame] | 14 | :active { color: #0000FF; } |
fnm3 | cd1e2e6 | 2003-02-18 16:44:07 +0000 | [diff] [blame] | 15 | :hover { color: #3300ff; } |
fnm3 | b97525d | 2003-02-08 15:09:47 +0000 | [diff] [blame] | 16 | |
| 17 | A { |
| 18 | text-decoration: none; |
| 19 | } |
| 20 | |
| 21 | .navbar { FONT: 12pt Courier, monospace; font-weight: bolder; |
fnm3 | cd1e2e6 | 2003-02-18 16:44:07 +0000 | [diff] [blame] | 22 | } |
fnm3 | b97525d | 2003-02-08 15:09:47 +0000 | [diff] [blame] | 23 | |
| 24 | .statement { TEXT-DECORATION: underline } |
| 25 | .section { FONT: bold 22pt Times } |
| 26 | .case { FONT-STYLE: italic } |
| 27 | .note { |
| 28 | font-family: Arial; |
| 29 | font-weight: normal; |
| 30 | font-size: 14pt; |
| 31 | padding-left: 0.4em; |
| 32 | border: solid; |
| 33 | border-width: thin; |
| 34 | border-left: solid; |
| 35 | border-right: none; |
| 36 | border-top: none; |
| 37 | border-bottom: none; |
| 38 | border-left-width: thin; |
| 39 | border-color: red; |
| 40 | margin-top: 0.2em; |
| 41 | margin-bottom: 0.2em; |
| 42 | } |
| 43 | |
| 44 | DIV { |
| 45 | border: solid; |
| 46 | border-width: thin; |
fnm3 | cd1e2e6 | 2003-02-18 16:44:07 +0000 | [diff] [blame] | 47 | background-color: #ffcc99 |
fnm3 | b97525d | 2003-02-08 15:09:47 +0000 | [diff] [blame] | 48 | } |
| 49 | |
| 50 | BODY { |
| 51 | background-color: white; |
| 52 | } |
| 53 | |
| 54 | DT { |
| 55 | color: #ff0033; |
| 56 | font-size: 12pt; |
| 57 | font-style: italic; |
| 58 | font-weight: bold; |
| 59 | font-family: Arial; |
| 60 | margin-top: 10pt; |
| 61 | margin-bottom: 5pt; |
| 62 | } |
| 63 | DD { |
fnm3 | cd1e2e6 | 2003-02-18 16:44:07 +0000 | [diff] [blame] | 64 | color: black; |
fnm3 | b97525d | 2003-02-08 15:09:47 +0000 | [diff] [blame] | 65 | font-size: 12pt; |
| 66 | font-style: normal; |
| 67 | font-family: Helvetica; |
| 68 | } |