/* style sheet for news.php */

div.about 
{ 
  margin: 30px auto;
  font-size: 110%;
}

div.text
{
  line-height: 1.5;
}

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 }
