﻿body {
    font-family: 'Segoe UI', sans-serif;
}

span {
    font-style: italic;
}

html, body {
	-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    -webkit-tap-highlight-color: transparent;
	
	background-color: #38584e;
	background-image: url(images/tile.png);
	
	
    /* get rid of default spacing on the edges */
    margin: 0;
    padding: 0;

    /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;

    /* fill the height of the browser */
    height: 100%;

    /* no more scroll bar */
    overflow: hidden;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
}

canvas{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	
	
	left: 0;
	right: 0;
	

}
