/* Import dt.css and just override a few colors */

@import url(dt.css);

div.section {
  background: #ddf;
}

div.section h2 {
  background: #aad;
}

div.section h3 {
  background: #aad;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}


a:link {
  color: #3d5166;
}

