body {
    /* background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGElEQVQIW2NkYGD4D8RwwMidxoYqQFAFALgeBO/jNXC8AAAAAElFTkSuQmCC) repeat; */
    background-image:url('grid_noise/grid_noise.png');
    background-color:transparent;
    background-repeat:repeat;

    font-family: 'Press Start 2P', cursive;
    color:#333333;
}

h1 {
    font-size:24pt;
    margin-top:15%;
    margin-left:20%;
}

div#container {
    height:50px;

    margin-left:22%;
    line-height:150%;

    font-size:16pt;
}

div#container a:link, div#container a:visited {
    color:#333333;
    text-decoration:none;
}

div#container a:hover {
    color:#363636;
}

div#container p {
    margin-top:50px;
    font-size:12pt;
}
