html , body {
    height: 100%; 
    max-height: 100%; 
    padding: 0; 
    margin: 0; 
    border: 0; 
    overflow: hidden; 
}

input, select, table, a {
    border: black 1px solid;
    background: white;
    color: black;
}

a.button {
    display: block;
    width: 50px;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
}

.hidden {
    display: none;
}


