@import url(default.css);
@import url(articles.css);

div.Article
{
  margin-bottom: 10px;
  background: transparent url(../images/article-list-background.gif) top left repeat-x;
  padding: 0 5px;
  border-top: 1px solid #C3CDD9;
}
div.Article h3
{
  font-size: 1.1em;
  margin: 3px 0;
  padding: 5px 0 0 0;
}
div.Article h3 a
{
  color: #000;
  text-decoration: none;
}
div.Article h4
{
  font-size: 1em;
  margin: 0;
  padding: 0;
}
div.Article h3 a:hover
{
  text-decoration: underline;
  color: #3A6CA6;
}
div.Article p
{
  margin: 3px 0;
  padding: 0;
}
div.Article p.Date
{
  margin: 0 0 5px 0;
  padding: 0;
  font-style: italic;
}
