﻿ /* positioning of block of four images*/
  #tempSTEPIMAGE {
    margin: 20px 5px -10px 0;
    padding-left: 30px;
}

 /* spacing/borders between the four images*/
#tempSTEPIMAGE img {
    padding-right:20px;
    border:0;
}

/* bolding the text description*/
.texthighlight {
    font-weight:bolder;
}
