html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 10px;

    background-color: #1D3E71;

    color: #E1E3EB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a {
    color: #E1E3EB;
    text-decoration: none;
}
a:hover {
    color: #E1E3EB;
    text-decoration: underline;
}