

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #F8F8F8;
  color: #111;
}  

a, a:visited {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
  color: #333333;
  background-color: #6ec1f8;
}


.feed {

  background-color: white;
  border: 1px solid #00008b;
  padding: 5px 15px 15px 15px;
  margin-bottom:  12px;
}  
  
.item-published { white-space: nowrap; font-size: 12px; color: grey; }
.item-title     {  }

.item-time-ago-in-words { font-size: 12px; color: grey; }