html,
body {
  height: 100%;
  background: #000;
  color: #e5e5e5;
  font-family: arial, helvetica, sans-serif;

  font-size: 0.9em;
  line-height: 1.5;
  zoom:1;
}
#content-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 6em 2em;
  background: #050505;
  color: #e5e5e5;
}

a:hover, a:active {
  outline: none;
}
a, a:active, a:visited {
  color: #b10837;
  text-decoration: none;
}
a:hover {
  color: #cf1448;
  text-decoration: underline;
}

h1 {
  margin: 0 0 1em;
  font-size: 1.6em;
}
h2 {
  font-weight: bold;
}
p {
  margin: 0 0 1em;
  text-align:justify;
}
  .bold {
    font-weight: bold;
  }
ol {
  margin-left 0;
  padding-left: 2em;
  list-style: decimal;
}
ol.contents {
  margin: 3em 0;
}
ol.roman {
  list-style: lower-roman;
}

.nowrap {
  white-space: nowrap;
}