/*
 * Q&A CSS for the Woodside web site.
 * $Id: woodside_qa.css,v 1.2 2007/03/02 16:00:17 daveg Exp $
 */
dt {
  margin-top: 12pt;
  margin-bottom: 0pt;
  font-weight: bold;
  color: cornflowerblue;
}
dd {
  margin-top: 0;
  margin-bottom: 6pt;
  margin-left: 40px;
  font-weight: normal;
  color: darkcyan;
}
