.blue-text {
	color: #0093d0;
}

.float-image-left img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

.float-image-right img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
}

