/* style sheet for news.php */
div.panel.news 
{ 
  width: 90%;
  max-width: 600px;
  margin: 10px auto;
}
h2.story
{
  background: #def;
  color: black;
  font-family: sans-serif;
}
h2.story:first-child
{
  margin-top: 0;
}
h3.date
{
  margin: 0 0 5px;
  padding: 0;
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
}
p { margin: 7px 0 }
