/*
 * Special styles for answer keys and related documents.
 *
 * Sam Rebelsky
 * Version 1.0 of 24 September 1999
 */ 

DIV.problem {
  color: red;
}

DIV.solution {
  margin-left: 2em;
  color: teal;
}

DIV.notes {
  margin-left: 2em;
  color: blue;
}

