﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1.2;
    /*-moz-user-select: none;*/
    /*-webkit-user-select: none;*/
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'segoe ui',sans-serif;
}

.body {
    width: 100%;
    clear: both;
}

form {
    width: 100%;
    height: 100%;
}

table table table {
    background: transparent;
}

    table table table td {
        background-color: transparent;
    }

a {
    text-decoration: none;
}

    a:link, a:visited {
    }

    a:hover {
        background-color: lightblue;
    }

    a:active {
    }
hr {
    clear: both;
}