.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.clear-both {
	clear: both;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

.display-none {
	display: none;
}