.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

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

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.inline {
	display: inline;
}