/* Support for aligning images */
img.l {
	float: left;
}
img.r {
	float: right;
}
.c {
	clear: both;
}
