BODY      { background-color: white; text-color: black  }
A            {text-decoration: none}
A:link        { color: teal; text-decoration: none }
A:hover      { color: #0000ff;  text-decoration: underline }
A:visited     { color: green }
A:visited:hover     { color: lime; text-decoration: underline }
