[4] | 1 | a:active {
|
---|
| 2 | text-decoration: underline;
|
---|
| 3 | color: #ff0000;
|
---|
| 4 | }
|
---|
| 5 |
|
---|
| 6 | a:hover {
|
---|
| 7 | text-decoration: underline;
|
---|
| 8 | color: #0000ff;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | a:link {
|
---|
| 12 | text-decoration: underline;
|
---|
| 13 | color: #000000;
|
---|
| 14 | }
|
---|
| 15 |
|
---|
| 16 | a:visited {
|
---|
| 17 | text-decoration: underline;
|
---|
| 18 | color: #683080;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
[281] | 21 | tr.color0 {
|
---|
| 22 | background-color: #A8C4D0;
|
---|
| 23 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 24 | font-size: 90%;
|
---|
| 25 | }
|
---|
[4] | 26 | tr.color1 {
|
---|
| 27 | background-color: #d0e0e0;
|
---|
| 28 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 29 | font-size: 90%;
|
---|
| 30 | }
|
---|
| 31 |
|
---|
| 32 | tr.color2 {
|
---|
| 33 | background-color: #A8C4D0;
|
---|
| 34 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 35 | font-size: 90%;
|
---|
| 36 | }
|
---|
| 37 |
|
---|
| 38 | tr.warning {
|
---|
[199] | 39 | background-color: #000000;
|
---|
[4] | 40 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
[199] | 41 | font-weight: bold;
|
---|
| 42 | color: red;
|
---|
[4] | 43 | }
|
---|
| 44 |
|
---|
| 45 | tr.header {
|
---|
| 46 | background-color: #CCCCCC;
|
---|
| 47 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 48 | }
|
---|
| 49 |
|
---|
| 50 | .indent {
|
---|
| 51 | margin-left: 5%;
|
---|
| 52 | font-size: 90%;
|
---|
| 53 | }
|
---|
| 54 |
|
---|
| 55 | .regular {
|
---|
| 56 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
[254] | 57 | font-size: 100%;
|
---|
[4] | 58 | }
|
---|
| 59 |
|
---|
| 60 | .heading {
|
---|
| 61 | font-size: 110%;
|
---|
| 62 | font-weight: bold;
|
---|
| 63 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 64 | }
|
---|
| 65 |
|
---|
| 66 | .small {
|
---|
| 67 | font-size: 60%;
|
---|
| 68 | }
|
---|
| 69 |
|
---|
| 70 | .center {
|
---|
| 71 | text-align: center;
|
---|
| 72 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 73 | font-size: 100%;
|
---|
| 74 | }
|
---|
| 75 |
|
---|
| 76 | .red {
|
---|
| 77 | font-weight: bold;
|
---|
| 78 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 79 | font-size:100%;
|
---|
| 80 | color: red;
|
---|
| 81 | }
|
---|