/* Floating the images inline with the text but not too close (padding). */

A.right {float:right; padding-left:5px;}
A.left {float:left; padding-right:5px;}

