﻿body {
  font: 15px/1.5 'Alegreya Sans', sans-serif;
  color: #333;
}
blockquote {
  font: 24px/1.33 'Alegreya Sans', sans-serif;
  color: #333;
  margin: 30px 0 30px 20px;
  padding-left: 20px;
  border-left: 5px solid #ccc;
}
strong {
  font-weight: bold;
  font-family: 'Alegreya Sans', sans-serif;
}
em {
  font-style: italic;
  font-family: 'Alegreya Sans', sans-serif;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}
hr {
  border: none;
  border-top: 1px solid #aaa;
  clear: both;
  height: 0;
}
span.no-wrap {
  white-space: nowrap;
}
.de-em {
  color: #ccc;
}
.red {
  color: #c00;
}
.dimmed {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
h1 {
  font: 24px/1.2 'Alegreya Sans', sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
h1 .subtext {
  font-size: 18px;
  color: #666;
  margin-left: 10px;
}
h2 {
  font: 18px/1.2 'Alegreya Sans', sans-serif;
  color: #333;
  margin-bottom: 20px;
}
h2 .subtext {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}
h3 {
  font: 15px/1.5 'Alegreya Sans', sans-serif;
  color: #333;
  margin-bottom: 0;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
li {
  margin-left: 50px;
  margin-bottom: 3px;
}
p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
h3 ~ ul,
h3 ~ ol {
  margin-top: 10px;
}