@charset "utf-8";
/* CSS Document */

/*float left*/
.left
{
        float: left; /*left in our text*/
        margin: 5px; /*space around the image*/
}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 5px; /*space around the image*/
}
