body {
 font-family:Helvetica,Arial Ce, Arial, sans-serif;
 margin: 0;
 padding: 0;
 background-color: #080808;
 color:silver;
}
a:link,
a:visited{
 color:#f34040;
}
canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}
.menu{
    height:24px;
    font-size:17px;
    text-align:right;
}
.canvas{
    margin:0 auto 0 auto;
    position:relative;
}
.dn{
 display:none
}
.newGame{
 width:300px;
 margin:1em auto 1em auto;
 text-align:center;
}
.inter{
 width:340px;
 margin:4em auto 0 auto;
}
.center{
 text-align:center
}
.right{
 width:300px;
 position:absolute;
 right:0;
 top:3em;
}
