
  div.threecolumnspicture {
    font-size: 65%;
    width: 120px;
    float: left;
    height: 275px;
    margin: 20px 1px 10px 1px;
    color: #706F6F;
    background: #fff;
  }
  
  div.threecolumnspicture div.row1 {
    background: #999;
    color: #fff;
    height: 15px;
    padding: 3px 5px 0px 5px;
  }
  
  div.threecolumnspicture div.row3 {
    padding: 5px;
    /** background: #fff; **/
    width:110px;
  }
  
  div.threecolumnspicture div.row3 p {
    font-size: 100% !important;
    width: 100px !important;
  }
  
  div.threecolumnspicture div.row1 a,
  div.threecolumnspicture div.row3 a {
    color: #706F6F;
    text-decoration: none;
    display: block;
    width: 110px;
  }
  
  div.threecolumnspicture div.row1 a {
    color: #fff;
  }

