@import url(../Elv.css);
a:active    { background-color: black; color: lime }
a:link      { background-color: black; color: #00C000 }
a:visited   { background-color: black; color: green }
hr          { background-color: black; color: green }
table.chart { border: thick groove green; width: 100% }
table.chart td { border: thin solid green }
table.chart th { border: thin solid green }
table.fill  { width: 100% }
table.step  { background-color: #004000; color: white; border: 0; width: 100% }
th          { font-weight: bold }
th.name     { text-align: left; white-space: nowrap; width: 50% }
th.desc     { text-align: right; white-space: nowrap; width: 50% }
th.five     { text-align: center; white-space: nowrap; width: 20% }
th.four     { text-align: center; white-space: nowrap; width: 25% }
th.fourl    { text-align: left; white-space: nowrap; width: 25% }
th.fourr    { text-align: right; white-space: nowrap; width: 25% }
