html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

    *:focus {
        outline: 0;
    }

body {
    font-family: Verdana , Arial;
    font-size: smaller;
    margin: 0;
    padding: 0;
   
}

    body * {
        margin: 0em;
        padding: 0em;
    }
        body ul,body ol {
        padding-left:2em;
    }

h1, h2 {
    font-weight: normal;
}
/*
input[type="text"], input[type="password"], input[type="submit"], button {
    border: 1px solid;
 
}*/

input[type="submit"], input[type="button"], button {
    cursor: pointer;
}

tr, td, table, th {
    border: 0.5px solid black;
    border-collapse: collapse;
}
