.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.weeny {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.aligncenter, .center {
	text-align: center;
}

.alignright {
	text-align: right;
}

.centered {
	margin-right: auto;
	margin-left: auto;
}

.displaynone {
	display: none;
}