  #feed {
     background: #FFD;
     /*border-top: 2px solid #eee;
     border-right: 2px solid #eee;*/
     color: #000;
  }

  #feed a {
     color: #000;
     text-decoration: none;
  }

  #feed a:hover {
     color: #000;
     text-decoration: underline;
  }

  #feed h2 {
     margin: 16px 0 10px 20px;
     padding-right: 10px;
     font-size: 1.5em;
     font-weight: normal;
     color: #000;
  }

  #feed ul {
     margin: 0;
     padding: 10px 0 10px 0;
  }

  #feed ul li {
     list-style: none;
     margin-left: 0;
     padding-right: 15px;
     padding-left: 20px;
     font-size: 0.95em;
     line-height: 130%;
     color: #000;
  }

  li span.when {
     color: #000;
  }


