html {
  height: 100%;
}

html, body {
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  /* text-align: center; */
  margin: 0px;
}

body {
  font-family: 'Arial', "DejaVu Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #eee;
}

h1, h2, h3, h4, h5, div, p, table, form, input, textarea, span, select {
 font-family: 'Arial', "DejaVu Sans", sans-serif;
 font-size: 100%;
}
h1, h2, h3, h4, h5, div, p {
  line-height: 140%;
}

h2, h3, h4, h5 {
  font-weight: normal;
  display: block;
}

h2 {
  font-size: 22px;
  margin-top: -5px;
  margin-bottom: -2px;
}
h3 {
  font-size: 20px;
  color: #999;
  margin-top: 0px;
}
h4 {
  font-size: 20px;
  line-height: 100%;
  margin: 0px;
  margin-bottom: 10px;
  color: #666;
}
h5 {
  font-size: 12px;
  margin: 0px;
}


/* Links tags */
a                           { text-decoration: none; font-weight: inherit; outline: 0;}
a:link, a:active, a:visited { color: #d00;  }
a:hover                     { color: #333; }

img                         { border: 1px solid #333;  max-width: calc(100% - 20px); }

/* EOF */
