.news {
 background-color: #f0f0f0;
 width: 600px;
 border: solid #ccc 1px;
}

.news a.lnk {
  text-decoration: none;
  color: #333;
}

.news .title {
  font-size: 1.2em;
  background-color: #eee;
  padding-left: 10px;
}

.news .date {
  font-size: 0.9em;
  background-color: #eee;
  padding-left: 10px;
  border-bottom: solid #ccc 1px;
}

.news .content {
 padding-left: 10px;
}