.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clr {
	clear: both;
	visibility: hidden;
}

.ctr {
	margin: 0 auto;
}

.bold {
	font-weight: bold;
}