html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  background-color: #798867;
  background-image: url('/static/img/background.png');
  background-image: -webkit-image-set(url('/static/img/background.png') 1x, url('/static/img/background-2x.png') 2x, url('/static/img/background-4x.png') 4x);
  background-image: image-set(url('/static/img/background.png') 1x, url('/static/img/background-2x.png') 2x, url('/static/img/background-4x.png') 4x);
}

body {
  font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
  border: 1px solid black;
  background-color: #fee6b8;
  width: 1000px;
  margin: 32px auto;
  padding: 16px 16px;
}

h1, h2, h3 {
  font-family: 'Limelight', sans-serif;
  margin: 0.33em 0 0.67em 0;
}

h1 {
  font-size: 3em;
}

h2 {
  margin: 0.67em 0 0.33em 0;
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

table {
  width: 100%;
}

th {
  font-weight: bold;
}

td, th {
  padding: 5px;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}
