/* Elements */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*::-moz-focus-inner {
  border: 0; }

a {
  color: #404040;
  text-decoration: none; }
  a:visited {
    color: #404040;
    text-decoration: none; }
  a:hover {
    cursor: pointer; }
  a:focus, a:active {
    outline: transparent none 0; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%; }

form {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

html {
  height: 100%;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%; }

img {
  border: 0;
  text-decoration: none; }

input {
  outline: none; }

ul, ol {
  list-style-type: none; }

