div#news-articles h1
{
  font-family: arial, helvetica, sans-sefic;
  font-size: 16px;
  padding: 10px;
}

div#news-articles div.article
{
  width: 666px;
  min-height: 180px;
  border-top: solid 1px rgb(126, 161, 143);
  padding-bottom: 10px;
}

div#news-articles div.article img
{
  float: right;
  width: 120px;
  height:120px;
  margin: 0px 25px 15px 20px;
}

div#news-articles div.article a
{
  font-weight: bold;
}
