* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 300; }

body {
  line-height: 1.25em;
  font-family: "museo-sans-1", "museo-sans-2", sans-serif; }

div#content {
  width: 450px;
  margin: 20px 50px; }

h2 {
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: 500; }

h2, p, ul, dd {
  margin-bottom: 1.25em; }

p.meta {
  font-size: 0.7em;
  line-height: 1.786em; }

table {
  margin: 1.25em 0;
  border-collapse: collapse; }

.caption {
  padding-top: 10px;
  text-align: center;
  font-weight: 500; }

div.row {
  width: 100%;
  overflow: auto; }

.col1, .col2 {
  float: left; }

.col1 {
  width: 100%; }

.col2 {
  width: 50%; }

a:link {
  color: blue; }

a:visited {
  color: #000066; }

dt {
  font-style: italic; }
