html {min-height: 100%; height: 100%;}
body {min-height: 100%;}

a {text-decoration: underline;}
a:hover {text-decoration: none;}

b {font-weight: bold;}

input, textarea, button {margin: 0;}
input::-moz-focus-inner {border: 0;}

.cl:after {
    display: block;
    content: '.';
    clear: both;
    height: 0;
    visibility: hidden;
}
*.cl {
    zoom: 1;
}

.button {text-decoration: none; line-height: normal; display: inline-block;}
