| 1 | body { |
| 2 | color: #000000 ; |
| 3 | background-color: #FFFFFF ; |
| 4 | font-family: sans-serif ; |
| 5 | text-align: justify ; |
| 6 | margin-right: 20px ; |
| 7 | margin-left: 20px ; |
| 8 | } |
| 9 | |
| 10 | h1, h2, h3, h4 { |
| 11 | font-weight: normal ; |
| 12 | font-style: italic ; |
| 13 | } |
| 14 | |
| 15 | a:link { |
| 16 | color: #000080 ; |
| 17 | background-color: inherit ; |
| 18 | text-decoration: none ; |
| 19 | } |
| 20 | |
| 21 | a:visited { |
| 22 | background-color: inherit ; |
| 23 | text-decoration: none ; |
| 24 | } |
| 25 | |
| 26 | a:link:hover, a:visited:hover { |
| 27 | color: #000080 ; |
| 28 | background-color: #E0E0FF ; |
| 29 | } |
| 30 | |
| 31 | a:link:active, a:visited:active { |
| 32 | color: #FF0000 ; |
| 33 | } |
| 34 | |
| 35 | hr { |
| 36 | border: 0 ; |
| 37 | height: 1px ; |
| 38 | color: #a0a0a0 ; |
| 39 | background-color: #a0a0a0 ; |
| 40 | } |
| 41 | |