| 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 |
|
|---|
| 21 | tr.color0 {
|
|---|
| 22 | background-color: #A8C4D0;
|
|---|
| 23 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 24 | font-size: 90%;
|
|---|
| 25 | }
|
|---|
| 26 |
|
|---|
| 27 | tr.color1 {
|
|---|
| 28 | background-color: #d0e0e0;
|
|---|
| 29 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 30 | font-size: 90%;
|
|---|
| 31 | }
|
|---|
| 32 |
|
|---|
| 33 | tr.color2 {
|
|---|
| 34 | background-color: #A8C4D0;
|
|---|
| 35 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 36 | font-size: 90%;
|
|---|
| 37 | }
|
|---|
| 38 |
|
|---|
| 39 | tr.warning {
|
|---|
| 40 | background-color: #000000;
|
|---|
| 41 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 42 | font-weight: bold;
|
|---|
| 43 | color: red;
|
|---|
| 44 | }
|
|---|
| 45 |
|
|---|
| 46 | tr.header {
|
|---|
| 47 | background-color: #CCCCCC;
|
|---|
| 48 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 49 | }
|
|---|
| 50 |
|
|---|
| 51 | .indent {
|
|---|
| 52 | margin-left: 5%;
|
|---|
| 53 | font-size: 90%;
|
|---|
| 54 | }
|
|---|
| 55 |
|
|---|
| 56 | .regular {
|
|---|
| 57 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 58 | font-size: 100%;
|
|---|
| 59 | }
|
|---|
| 60 |
|
|---|
| 61 | .heading {
|
|---|
| 62 | font-size: 110%;
|
|---|
| 63 | font-weight: bold;
|
|---|
| 64 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 65 | }
|
|---|
| 66 |
|
|---|
| 67 | .small {
|
|---|
| 68 | font-size: 60%;
|
|---|
| 69 | }
|
|---|
| 70 |
|
|---|
| 71 | .center {
|
|---|
| 72 | text-align: center;
|
|---|
| 73 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 74 | font-size: 100%;
|
|---|
| 75 | }
|
|---|
| 76 |
|
|---|
| 77 | .red {
|
|---|
| 78 | font-weight: bold;
|
|---|
| 79 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 80 | font-size:100%;
|
|---|
| 81 | color: red;
|
|---|
| 82 | }
|
|---|