BODY {
  background-color: white;
}

A:normal {
  color: darkblue;
  link-decoration: none;
}

A:visited {
  color: mediumblue;
  link-decoration: none;
}

DIV.title {
  align: center;
}

UL LI {
  list-style-type: disc;
  list-style-image: url(/images/ball.gif);
  list-style-position: outside;
}

SPAN.descriptive {
  font-size: -2;
}