.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: 10px;
	margin-top: 0;
}

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

a.red, a.red:vistited, .red {
	color: red;
}