BODY {
  font-family: serif;
  color: black;
  background: white;
  margin: 4em;
}

A:link, A:active {
  color: #00E;
  background: transparent;
}

A:visited {
  color: #529;
  background: transparent;
}

DIV.intro {
  margin-left: 2em;
  margin-right: 2em;
  font-style: italic;
}

ADDRESS {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 1em;
}

.banner {
  font-family: monospace;
}
  
PRE {
  margin-left: 2em;
}