/* {
    box-sizing: border-box;
}
*/
h1 {
    font-size: 0px;
}

body {/*
    background-image: url(bg.png);
    background-repeat: no-repeat;
    font-family: arial;*/
    font-size: 0px;
    margin: 0;
    padding: none;
    background-color: rgb( 81, 87, 89 );
    color: rgb( 128, 178, 204 );
}

footer {
    font-size: 0px;
}
/* Links *
a {
    text-decoration: none;
}
a:link {
    color: rgb( 233, 73, 154 );
}
a:visited {
    color: rgb( 110, 30, 71 );
}
a:hover {
    color: rgb( 252, 207, 230 );
}

/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
#canvas {
    padding-right: 0;
    display: block;
    border: 0px none;
    visibility: hidden;
}
