﻿html {
    width: 100%;
    height: calc(100% - 8px);
}

body {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    font-family: Verdana,Arial,sans-serif;
    /*font-size: 11px;*/
    font-style: normal;
}

#FORM {
    width: 100%;
    height: calc( 100% + 8px);
    text-align: center;
}
