html, body {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    height: 98%;
    color: #444444;
    overflow: scroll;
}

h1 {
    font-size: 24px;
}

a {
    color: #0083B7;
}