Line 1: |
Line 1: |
| + | __NOTOC__ |
| + | </center> |
| + | {{#css: |
| + | h2 { |
| + | |
| + | font-size: 30px; |
| + | |
| + | font-family: Verdana, sans-serif; |
| + | |
| + | color: Darkgoldenrod; |
| + | |
| + | } |
| + | |
| + | p { |
| + | |
| + | font-size: 14px; |
| + | |
| + | font-family: Verdana, sans-serif; |
| + | |
| + | color: Black; |
| + | |
| + | } |
| + | |
| + | /* unvisited link */ |
| + | a:link { |
| + | color: DarkGoldenrod; |
| + | } |
| + | |
| + | /* visited link */ |
| + | a:visited { |
| + | color: Goldenrod; |
| + | } |
| + | |
| + | /* mouse over link */ |
| + | a:hover { |
| + | color: Gold; |
| + | } |
| + | |
| + | /* selected link */ |
| + | a:active { |
| + | color: Goldenrod; |
| + | } |
| + | |
| + | #content h3 { |
| + | |
| + | font-size: 16px; |
| + | |
| + | font-family: Verdana, sans-serif; |
| + | |
| + | font-color: Darkgoldenrod; |
| + | |
| + | } |
| + | |
| + | pre { |
| + | |
| + | background-color: white; |
| + | |
| + | border-color: 0px; |
| + | |
| + | border-width: 0 0 0 0px; |
| + | |
| + | font-family: Verdana, sans-serif; |
| + | |
| + | } |
| + | |
| + | table { |
| + | |
| + | margin-left: auto; |
| + | |
| + | margin-right: auto; |
| + | } |
| + | |
| + | } |
| + | |
| + | }} |
| + | |
| + | |
| <center> | | <center> |
| <span id="top"></span> | | <span id="top"></span> |