﻿/*Stylesheet*/
 @font-face {
	
    font-family: 'boku';
    src: url('Boku2-Regular.otf') format("opentype"),
         url('boku2-regular-webfont.woff2') format('woff2'),
         url('boku2-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

BODY, HTML 
{
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-touch-callout: none;                
    -webkit-text-size-adjust: none;             
    -webkit-user-select: none;                  
	margin: 			0;
	padding: 			0;
	font-family: 		boku, Verdana, sans-serif;
	font-size: 			12px;
	font-weight:		normal;
	color: 				#ccc;
	background-color:	#4aa4c2;
    overflow: hidden;
    background-image: url("tile.png");
    background-repeat: repeat;
}