body {
  width: 80%; margin: 36px auto;
  font-family: "adriane", serif;
  font-size: 14px;
  line-height: 18px;
  background: #FDFDFD;
  color: #333;
}

a:link, a:visited, a:hover, a:active { text-decoration: none; color: inherit; }
a:hover, a:active { text-decoration: underline; }

strong { font-weight: bold; }

h1 {
  font-size: 32px;
  line-height: 36px;
}

h1>small {
  font-size: 16px;
  line-height: 18px;
}

h2,
section>h1 {
  font-size: 24px;
  line-height: 36px;
}

header {
  border-bottom: 1px solid #333;
  padding: 0px 0px 18px 0px;
  margin-bottom: 18px;
  height: 54px;
}

header>h1 { float: left; line-height: 54px; font-size: 42px; }
header>h2 {
  float: right;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
header>table th {
  text-align: right; padding-right: 18px;
  font-weight: bold;
}

ul.comma-separated { list-style-type: none; }
ul.comma-separated>li { display: inline; font-size: 14px; line-height: 18px; }
ul.comma-separated>li:after { content: ", "; }
ul.comma-separated>li:last-child:after { content: "."; }

section { margin-bottom: 18px; float: left; width: 100%; }
section>article { float: left; width: 100%; margin: 0px 0px 9px; }
section>article:first-child { margin-top: 0px; }
section>article>h1 { font-size: 18px; float: left; }
section>article>h2.dates { font-size: 14px; float: right; }
section>article>p,
section>article>ul { width: 100%; float: left; clear: left; }
section>article>ul { list-style-type: disc; list-style-position: inside; margin-left: 9px; }

@media screen and (max-width: 804px) {
  header { height: 108px; }
  header>h1 { font-size: 32px; width: 100%; text-align: center; }
  header>h2 { width: 100%; font-size: 14px; text-align: center; }
}

@media screen and (max-width: 320px) {
  header>h1 { font-size: 24px; }
}

@media print {
  body { width: 90%; font-size: 12px; }
  h1 { font-size: 24px; }
  header>h1 { font-size: 32px; }
  header>h2 { font-size: 12px; }
  h2, section>h1 { font-size: 18px; line-height: 36px; }
  h2>small, section>h1>small { font-size: 12px; }
  ul.comma-separated>li { font-size: 12px; }
  section>article>h1 { font-size: 16px; }
  section>article>h1>small { font-size: 14px; }
  section>article>h2.dates { font-size: 10px; }
}
