
html,body{
	font-family:monospace;
	margin:0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
html {
    overflow: hidden;
    height: 100%;
}

body {
    height: 100%;
    overflow: auto;
}
canvas{
	position:fixed;
}
#homediv{
	position:fixed;
	top:0px;
	left:8px;
	font-style: italic;
}
.controlsdiv{
	position:fixed;
	top:0px;
	right:8px;
	text-align:right;
}
.controlsdiv a{
	text-decoration: underline;
}
.controlsdiv a:hover{
	cursor: pointer;
}

#phonecontrols{
	display:none;
}
a:link,
a:visited,
a:hover,
a:active{
	color:black;
}
