<!--
A { text-decoration:none }
BODY {
  margin-right: 4em;
  margin-left: 4em;        /* copied from opposite side (right) */}

a:link {color: #666666; background-color: white; }
a:visited {color: #999999; background-color: white; }
a:hover {color: black; background-color: #99ff99; }
a:active {color: #3333ff; background-color: white; }-->