html,
body,
div,
span,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
ul,
li,
a,
img,
input,
textarea,
object,
emded,
iframe,
fieldset,
form,
label,
legend,
table,
tr,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  height: 100%;
  text-align: center;
  /* To center all elements in IE < 7 */

  -webkit-text-size-adjust: none;
}
* html {
  height: 100%;
}
p,
ul,
ol,
pre {
  margin-bottom: 10px;
}
p, div {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1em;
}
ul, ol {
  margin-left: 20px;
}
li {
  list-style-position: inside;
  list-style: none;
}
/* Regulars */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.space {
  height: 20px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.display-inline {
  display: inline !important;
}
.text-align-center {
  text-align: center;
}
.text-align-justify {
  text-align: justify;
}

