
  .hp-boxes
  {
    margin-top: 15px;
    overflow: hidden;
  }

  .hp-box
  {
    margin-right: 45px;
    ^height: 120px;
    min-height: 120px;
    float: left;
    min-width: 240px;
    ^width: 240px;
    margin-bottom: 20px;
  }

  .hp-box-last
  {
    margin-right: 0px;
  }

  div.hp-box-text
  {
    font-size: 90%;
  }

  .hp-box .hp-box-img-box
  {
    border: 1px solid #DDE9F5;
    padding: 1px;
  }

  .hp-box h3
  {
    font-size: 1em;
  }

 .hp-box h3 a         { text-decoration: underline; font-weight: bold;}
 .hp-box h3 a:link    { text-decoration: underline;}
 .hp-box h3 a:visited { text-decoration: underline;}
 .hp-box h3 a:active  { text-decoration: underline;}
 .hp-box h3 a:hover   { text-decoration: underline;}


