/*
Header and text sizes, margins, etc.
*/
h1, h2 {
margin-top: 1em;
margin-bottom: 1em;
}
h1 {
font-size: xx-large;
}
h2 {
font-size: x-large;
font-style: italic;
}
h6 {
font-size: small;
}
body {
  margin: 1em;
  font-family: sans-serif;
  line-height: 1.2;
  font-size: medium;
}

/* Make images 75% of the page width AT MOST */
img {
max-width: 75%;
}


/* Definition list, used on the markup page. Bold term, italic definition */
dt {
font-weight: bold;
}
dd {
font-style: italic;
margin-bottom: 1em;
}


