html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, button{
  overflow: visible;
}
html {
  overflow: auto;
}
html, body {
  height: 100%;
  min-height: 100%;
}
body {
  font-family:Helvetica,Arial,sans-serif;
  line-height: 1.2;
  color: #1e2022;
  text-align: center;
  background: #fcfcfc;
}
p {
  padding: 0 0 10px;
}

h1 {
  font-size: 1.5em;
  margin: 2em;
}

.footer {
  font-size: 0.8em; 
  color: #777;
    
  
}
