
  .gmnoprint {
    font-size: 11px;
  }
  div.infoW {
      color: black;
	  min-height: 130px;
  }
  
  div.infoW h4 {
    margin: 0;
    margin-bottom: 7px;
    font-size: 12px;
    
  }
  div.infoW * p {
  }
  div.infoW div.content {
    
  }
  div.infoW div.thumb {
    float: right;
    margin-left: 8px;
    text-align: center;
    height: 120px;
  }
  div.infoW div.thumb * img {
    border: 0;
  }
  div.infoW div.thumb * img:hover {
    text-decoration: none;
  }
  div.infoW a, div.infoW * a {
    text-decoration: none;
    color: blue;
  }
  div.infoW a:hover, div.infoW * a:hover {
    text-decoration: underline;
  }
  div.infoW div.thumb a {
   font-size: 12px;
   font-weight: bold;
   color: blue;
  }