                /*   makes margin space between image and right & bottom surrounding text   */

    .img-left {
         margin: 0 10 10 0;
    }

                /*   makes margin space between image and left & bottom text   */

    .img-right {
         margin: 0 0 10 10;
    }

                /*   makes margin space and border around image   */

    .img-variety {
         margin: 0 5 0 10;
         border: 3px solid #00FFFF;
 
    }



               /*   makes margin space and border around image   */

    .img-birthstone {
         margin: 4 0 0 -9;
         border: 3px solid gray;
 
    }


               /*   makes margin space between image and right & top surrounding text   */

    .img-left-top {
         margin: 5 5 0 0;
    }
