.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}
.alignleft {
	float: left;
	margin: 15px 15px 15px 0;
}

.bg_white h2 {
	color: #4472C4;
}