* {
	margin: 0;
	padding: 0;
}

HTML {
	direction: 1tr;
	height: 100%;
	overflow: HIDDEN;
}

BODY {
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
	font-size: 81.25%;
	height: 100%;
	overflow: HIDDEN;
}

A {
	text-decoration: NONE;
}

UL {
	list-style: NONE;
}

.UIButton {
	-moz-transition: all .2s EASE-IN-OUT;
	-ms-transition: all .2s EASE-IN-OUT;
	-o-transition: all .2s EASE-IN-OUT;
	-webkit-transition: all .2s EASE-IN-OUT;
	transition: all .2s EASE-IN-OUT;

	border: 1px SOLID #FFF;
	border-radius: 3px;
	color: #FFF;
	cursor: POINTER;
	display: INLINE-BLOCK;
	font-size: 1.25em;
	font-weight: 400;
	padding: .25em .75em;
}

.UIButton:hover {
	background-color: #FFF;
}