.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

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

.alignright, .right {
	text-align: right;
}

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

.alignjustify, .justify {
	text-align: justify;
}

.inline {
	display: inline;
}

img.floatleft {
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}

img.floatright {
	margin-top: 8px;
	margin-left: 10px;
	border-bottom: 0 solid maroon;
}

.strikethrough {
	text-decoration: line-through;
}

.hidden {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}
