html, body {
	height: 100%;
}
body {
	background:#FFFFFF;
	font-size:75%;
}
.no-user-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
}
.attn {
	color: red;
}