html {
  overflow: -moz-scrollbars-vertical;
  overflow: hidden;
  height: 100%;
  background-color: #7a95ec;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 11px verdana, arial, sans-serif;
  line-height: 130%;
  color: #111;
  height: 99%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #7a95ec;
  border-bottom: 8px solid #ddd;
}

h2 {
  font-size: 1.2em;
  color: #7a95ec;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #7a95ec;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}

fieldset {
  border: 2px solid #7a95ec;
}

legend {
  font-weight: bold;
  font-style: italic;
}

hr {
  border: 1px solid #7a95ec;
  width: 100%;
}

