html {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
}

body {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  min-height: 100%;
  padding: 0 1em;
}

#header,
#footer {
  text-align: center;
}

#header,
#footer,
#nav {
  clear: both;
}

div.floatleft {
  float: left;
  clear: none;
}

div.floatright {
  float: right;
  clear: none;
}

blockquote {
  margin: 0 2em;
}

ul,
ol {
  margin-left: 0;
  padding-left: 2em;
  text-indent: -2em;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

abbr,
acronym {
  font-variant: small-caps;
  letter-spacing: 0.05em;
}

body {
  font-size: 87.5%;
}

html>body {
  font-size: 14px;
}

p,
ul,
ol,
h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

h1:first-child {
  margin-top: 0;
  padding-top: 0.75em;
}

h1 {
  font-size: 2em;
  line-height: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.14285714286em;
  line-height: 1.3125em;
  margin-top: 1.3125em;
  margin-bottom: 1.3125em;
}

h4 {
  font-size: 1.07142857143em;
  line-height: 1.4em;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

h6,
#footer,
#nav,
.nav,
small {
  font-size: 0.857142857143em;
  line-height: 1.75em;
}

blockquote p,
q p,
blockquote ol,
q ol,
blockquote ul,
q ul {
  font-size: 0.857142857143em;
  line-height: 1.75em;
}

.tiny {
  font-size: 0.714285714286em;
  line-height: 2.1em;
}

h1 a,
h2 a,
h3 a,
h1 a:link,
h2 a:link,
h3 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited {
  text-decoration: none;
}

sup,
sub {
  font-size: 0.75em;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

tt {
  font-size: inherit;
  line-height: 0.833333333333em;
}