BODY {
  background: #CCCCCC;
  background-image: url(back.jpg);
  font-family: Times New Roman
}

DT  {font-weight: bold}

A.b:link {
  text-decoration: none;
  color: black;
}
A.b:visited {
  text-decoration: none;
  color: black;
}
A.b:active {
  color: black;
}
A.b:hover {
  text-decoration: underline;
  color: red;
}

A:link {
  text-decoration: none;
  color: blue;
}
A:visited {
  text-decoration: none;
  color: purple;
}
A:active {
  color: maroon;
}
A:hover {
  text-decoration: underline;
  color: red;
}

P.text {
  text-indent: 2em;
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
}

UL { margin-left: 1em; }

