div.main div.listing p.name a {
  color:black;
}			

div.main div.listing ul {
  margin-top:5px;
}

div.main div.listing ul li {
  width:230px;
}

/* Project status boxes */
div.state-box {
  width:17%;
  border:solid black 1px;
  float:left;
}

div.event-button {
  width:10%;
  float:left;
  text-align:center;
}

div.current {
  background-color:yellow;
}
