Rev | Line | |
---|
[1648] | 1 | h1
|
---|
| 2 | {
|
---|
| 3 | color: black;
|
---|
| 4 | font: 23px "Verdana", "Arial", "Helvetica", sans-serif;
|
---|
| 5 | font-weight: bold;
|
---|
| 6 | text-align: center;
|
---|
| 7 | margin-top: 12px;
|
---|
| 8 | margin-bottom: 18px;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | h2
|
---|
| 12 | {
|
---|
| 13 | color: black;
|
---|
| 14 | font: 18px "Verdana", "Arial", "Helvetica", sans-serif;
|
---|
| 15 | font-weight: bold;
|
---|
| 16 | text-align: left;
|
---|
| 17 | padding-top: 0px;
|
---|
| 18 | padding-bottom: 0px;
|
---|
| 19 | margin-top: 18px;
|
---|
| 20 | margin-bottom: 12px;
|
---|
| 21 | }
|
---|
| 22 |
|
---|
| 23 | h3
|
---|
| 24 | {
|
---|
| 25 | color: black;
|
---|
| 26 | font: 17px "Verdana", "Arial", "Helvetica", sans-serif;
|
---|
| 27 | text-align: left;
|
---|
| 28 | padding-top: 0px;
|
---|
| 29 | padding-bottom: 0px;
|
---|
| 30 | margin-top: 12px;
|
---|
| 31 | margin-bottom: 12px;
|
---|
| 32 | }
|
---|
| 33 |
|
---|
| 34 | small
|
---|
| 35 | {
|
---|
| 36 | font: 8pt "Verdana", "Arial", "Helvetica", sans-serif;
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | body
|
---|
| 40 | {
|
---|
| 41 | color: black;
|
---|
| 42 | font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
|
---|
| 43 | text-align: left;
|
---|
| 44 | }
|
---|
| 45 |
|
---|
| 46 | td
|
---|
| 47 | {
|
---|
| 48 | color: black;
|
---|
| 49 | font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 | tt
|
---|
| 53 | {
|
---|
| 54 | color: rgb(0,120,0);
|
---|
| 55 | }
|
---|
| 56 | /* color: maroon; */
|
---|
| 57 |
|
---|
| 58 | blockquote
|
---|
| 59 | {
|
---|
| 60 | color: rgb(0,120,0);
|
---|
| 61 | background: #f0f0f0;
|
---|
| 62 | text-align: left;
|
---|
| 63 | margin-left: 40px;
|
---|
| 64 | margin-right: 40px;
|
---|
| 65 | margin-bottom: 6px;
|
---|
| 66 | padding-bottom: 0px;
|
---|
| 67 | margin-top: 0px;
|
---|
| 68 | padding-top: 0px;
|
---|
| 69 | border-top: 0px;
|
---|
| 70 | border-width: 0px;
|
---|
| 71 | }
|
---|
| 72 |
|
---|
| 73 | pre
|
---|
| 74 | {
|
---|
| 75 | color: rgb(0,120,0);
|
---|
| 76 | background: #f0f0f0;
|
---|
| 77 | text-align: left;
|
---|
| 78 | margin-left: 40px;
|
---|
| 79 | margin-right: 40px;
|
---|
| 80 | margin-bottom: 6px;
|
---|
| 81 | padding-bottom: 0px;
|
---|
| 82 | margin-top: 0px;
|
---|
| 83 | padding-top: 0px;
|
---|
| 84 | border-top: 0px;
|
---|
| 85 | border-width: 0px;
|
---|
| 86 | }
|
---|
| 87 |
|
---|
| 88 | p
|
---|
| 89 | {
|
---|
| 90 | color: black;
|
---|
| 91 | font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
|
---|
| 92 | text-align: left;
|
---|
| 93 | margin-bottom: 0px;
|
---|
| 94 | padding-bottom: 6px;
|
---|
| 95 | margin-top: 0px;
|
---|
| 96 | padding-top: 0px;
|
---|
| 97 | }
|
---|
| 98 |
|
---|
| 99 | p.right
|
---|
| 100 | {
|
---|
| 101 | color: black;
|
---|
| 102 | font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
|
---|
| 103 | text-align: right;
|
---|
| 104 | margin-bottom: 0px;
|
---|
| 105 | padding-bottom: 6px;
|
---|
| 106 | margin-top: 0px;
|
---|
| 107 | padding-top: 0px;
|
---|
| 108 | }
|
---|
| 109 |
|
---|
| 110 | p.pre
|
---|
| 111 | {
|
---|
| 112 | color: rgb(0,120,0);
|
---|
| 113 | font: 10pt "Courier New", "Courier", monospace;
|
---|
| 114 | background: #f0f0f0;
|
---|
| 115 | text-align: left;
|
---|
| 116 | margin-top: 0px;
|
---|
| 117 | margin-bottom: 6px;
|
---|
| 118 | margin-left: 40px;
|
---|
| 119 | margin-right: 40px;
|
---|
| 120 | padding-top: 0px;
|
---|
| 121 | padding-bottom: 6px;
|
---|
| 122 | padding-left: 6px;
|
---|
| 123 | padding-right: 6px;
|
---|
| 124 | border-top: 0px;
|
---|
| 125 | border-width: 0px;
|
---|
| 126 | }
|
---|
| 127 |
|
---|
| 128 | a:link
|
---|
| 129 | {
|
---|
| 130 | color: rgb(0,0,139);
|
---|
| 131 | text-decoration: none;
|
---|
| 132 | }
|
---|
| 133 |
|
---|
| 134 | a:visited
|
---|
| 135 | {
|
---|
| 136 | color: rgb(220,20,60);
|
---|
| 137 | text-decoration: none;
|
---|
| 138 | }
|
---|
| 139 |
|
---|
| 140 | a:hover
|
---|
| 141 | {
|
---|
| 142 | color: rgb(220,20,60);
|
---|
| 143 | text-decoration: underline;
|
---|
| 144 | background: "#e8e8e8";
|
---|
| 145 | }
|
---|
| 146 |
|
---|
| 147 | ul
|
---|
| 148 | {
|
---|
| 149 | list-style-type: disc;
|
---|
| 150 | text-align: left;
|
---|
| 151 | margin-left: 40px;
|
---|
| 152 | margin-top: 0px;
|
---|
| 153 | padding-top: 0px;
|
---|
| 154 | margin-bottom: 0px;
|
---|
| 155 | padding-bottom: 3px;
|
---|
| 156 | }
|
---|
| 157 |
|
---|
| 158 | ul.none
|
---|
| 159 | {
|
---|
| 160 | list-style-type: none;
|
---|
| 161 | }
|
---|
| 162 |
|
---|
| 163 | ol
|
---|
| 164 | {
|
---|
| 165 | text-align: left;
|
---|
| 166 | margin-left: 40px;
|
---|
| 167 | margin-top: 0px;
|
---|
| 168 | padding-top: 0px;
|
---|
| 169 | margin-bottom: 0px;
|
---|
| 170 | padding-bottom: 12px;
|
---|
| 171 | }
|
---|
| 172 |
|
---|
| 173 | hr
|
---|
| 174 | {
|
---|
| 175 | color: maroon;
|
---|
| 176 | background-color: maroon;
|
---|
| 177 | height: 1px;
|
---|
| 178 | border: 0px;
|
---|
| 179 | width: 80%;
|
---|
| 180 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.