BODY {
  color: black;
  background: #faf0e6;
}
H1 {font-family: Helvetica, Sans-Serif; font-weight: bold; color: 993366;}
H2 {font-family: Helvetica, Sans-Serif; font-weight: bold}
H3 {font-family: Helvetica, Sans-Serif; font-weight: bold}
PRE {
  font-family: Courier;
  margin-left: 3em;
  color: green;
  font-weight: bold;
}

a:link { color: blue; text-decoration:none}
a:visited { color: purple; text-decoration:none}
a:active { color: 993366; text-decoration:none}
a:hover { color: red; text-decoration:none}
