.floatLeft	{
	float: left;
}

.floatRight	{
	float: right;
}

.clearBoth	{
	clear: both;
}

.blackSolidBorder1	{
	border: 1px solid black;
}