html,
body {
	width: 100%;
	height: 100%;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.hand,
label {
	cursor: pointer;
}

.h {
	display: none;
}
.c {
	clear: both;
}

a,
a:hover,
a:focus {
	outline: 0;
}
