body { }

p { color: #c7d3e5; }

td { }

a:link { color: #d4effd; text-decoration: none; }

a:visited { color: #899bb1; text-decoration: none; }

a:hover { color: #1d2b43; background-color: #b39379; text-decoration: none; }

a:active { color: #899bb1; text-decoration: none; }

.MaxWidthTable {
    width: 75%;
    max-width: 600px;
    width: expression(document.body.clientWidth > 600 ? "600px" : "75%" );
    border: solid black 1px;
  }
